System.Security.Cryptography.Pkcs.RecipientInfoCollection.this C# (CSharp) 메소드

this() 공개 메소드

public this ( int index ) : System.Security.Cryptography.Pkcs.RecipientInfo
index int
리턴 System.Security.Cryptography.Pkcs.RecipientInfo
        public System.Security.Cryptography.Pkcs.RecipientInfo this[int index]
        {
            get { throw null; }
        }