Overload | Description |
---|---|
PkiCertificateCollection Constructor() | Initializes a new instance of the class that is empty. |
PkiCertificateCollection Constructor(IEnumerable<IPkiCertificate>) | Initializes a new instance of the collection, with given items. |
PkiCertificateCollection Constructor(IPkiCertificate) | Initializes a new instance of the collection, with given item. |
PkiCertificateCollection Constructor(X509Certificate2Collection) | Initializes a new instance of the collection, with given collection of System.Security.Cryptography.X509Certificates.X509Certificate2. |