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

X509ChainElementCollection() 개인적인 메소드

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

Same methods

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