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

X509ChainElementCollection() 개인적인 메소드

private X509ChainElementCollection ( X509ChainElement chainElements ) : System.Collections
chainElements X509ChainElement
리턴 System.Collections
        internal X509ChainElementCollection(X509ChainElement[] chainElements)
        {
            Debug.Assert(chainElements != null, "chainElements != null");
            _elements = chainElements;
        }

Same methods

X509ChainElementCollection::X509ChainElementCollection ( )
X509ChainElementCollection::X509ChainElementCollection ( ) : System.Collections