System.Security.Cryptography.Pkcs.RecipientInfoCollection.this C# (CSharp) Method

this() public method

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