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

this() public method

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