System.Security.Cryptography.CryptographicAttributeObjectCollection.this C# (CSharp) Method

this() public method

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