System.Security.Cryptography.X509Certificates.X509ChainElementCollection.X509ChainElementCollection C# (CSharp) Method

X509ChainElementCollection() private method

private X509ChainElementCollection ( ) : System.Collections
return System.Collections
        internal X509ChainElementCollection()
        {
            _elements = Array.Empty<X509ChainElement>();
        }

Same methods

X509ChainElementCollection::X509ChainElementCollection ( )
X509ChainElementCollection::X509ChainElementCollection ( X509ChainElement chainElements ) : System.Collections