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

this() public method

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