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

this() 공개 메소드

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

Same methods

X509CertificateCollection::this ( int index ) : X509Certificate