X509Certificate Constructor
.NET Framework 3.5
Initializes a new instance of the X509Certificate class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |
|
X509Certificate(IntPtr) | Initializes a new instance of the X509Certificate class using a handle to an unmanaged PCCERT_CONTEXT structure. |
|
X509Certificate(X509Certificate) | Initializes a new instance of the X509Certificate class using another X509Certificate class. |
|
X509Certificate(String) | Initializes a new instance of the X509Certificate class using the name of a PKCS7 signed file. |
|
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 the name of a PKCS7 signed file and a password 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 the name of a PKCS7 signed file, a password to access the certificate, and a key storage flag. |