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

this() 공개 메소드

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

Same methods

X509Certificate2Collection::this ( int index ) : X509Certificate2