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

this() 공개 메소드

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