X509Certificate2Collection Constructor
Initializes a new instance of the X509Certificate2Collection class.
Overload List
Name | Description |
---|---|
X509Certificate2Collection () | Initializes a new instance of the X509Certificate2Collection class without any X509Certificate2 information. |
X509Certificate2Collection (X509Certificate2[]) | Initializes a new instance of the X509Certificate2Collection class using an array of X509Certificate2 objects. |
X509Certificate2Collection (X509Certificate2Collection) | Initializes a new instance of the X509Certificate2Collection class using the specified certificate collection. |
See Also
Reference
X509Certificate2Collection Class
X509Certificate2Collection Members
System.Security.Cryptography.X509Certificates Namespace