System.Security.Cryptography.X509Certificates.X509CertificateCollection.this C# (CSharp) Method

this() public method

public this ( int index ) : System.Security.Cryptography.X509Certificates.X509Certificate
index int
return 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