X509Certificate Constructor
.NET Framework 2.0
Initializes a new instance of the X509Certificate class.
| Name | Description |
|---|---|
| X509Certificate () | Initializes a new instance of the X509Certificate class. |
| X509Certificate (Byte[]) | Initializes a new instance of the X509Certificate class defined from a sequence of bytes representing an X.509v3 certificate. Supported by the .NET Compact Framework. |
| X509Certificate (IntPtr) | Initializes a new instance of the X509Certificate class using a handle to an unmanaged PCCERT_CONTEXT structure. |
| X509Certificate (String) | Initializes a new instance of the X509Certificate class using a using a certificate file name. |
| X509Certificate (X509Certificate) | Initializes a new instance of the X509Certificate class using another X509Certificate class. |
| X509Certificate (Byte[], SecureString) | Initializes a new instance of the X509Certificate class using a byte array and a password. |
| X509Certificate (Byte[], String) | Initializes a new instance of the X509Certificate class using a byte array and a password. |
| X509Certificate (SerializationInfo, StreamingContext) | Initializes a new instance of the X509Certificate class using a SerializationInfo object and a StreamingContext structure. |
| X509Certificate (String, SecureString) | Initializes a new instance of the X509Certificate class using a certificate file name and a password. |
| X509Certificate (String, String) | Initializes a new instance of the X509Certificate class using a using a certificate file name and a password used to access the certificate. |
| X509Certificate (Byte[], SecureString, X509KeyStorageFlags) | Initializes a new instance of the X509Certificate class using a byte array, a password, and a key storage flag. |
| X509Certificate (Byte[], String, X509KeyStorageFlags) | Initializes a new instance of the X509Certificate class using a byte array, a password, and a key storage flag. |
| X509Certificate (String, SecureString, X509KeyStorageFlags) | Initializes a new instance of the X509Certificate class using a certificate file name, a password, and a key storage flag. |
| X509Certificate (String, String, X509KeyStorageFlags) | Initializes a new instance of the X509Certificate class using a certificate file name, a password used to access the certificate, and a key storage flag. |