X509Certificate Constructor
Initializes a new instance of the X509Certificate class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | X509Certificate() | Initializes a new instance of the X509Certificate class. |
![]() | X509Certificate(array<Byte>^) | Initializes a new instance of the X509Certificate class defined from a sequence of bytes representing an X.509v3 certificate. |
![]() | X509Certificate(array<Byte>^, SecureString^) | Initializes a new instance of the X509Certificate class using a byte array and a password. |
![]() | X509Certificate(array<Byte>^, SecureString^, X509KeyStorageFlags) | Initializes a new instance of the X509Certificate class using a byte array, a password, and a key storage flag. |
![]() | X509Certificate(array<Byte>^, String^) | Initializes a new instance of the X509Certificate class using a byte array and a password. |
![]() | X509Certificate(array<Byte>^, String^, X509KeyStorageFlags) | Initializes a new instance of the X509Certificate class using a byte array, a password, and a key storage flag. |
![]() | X509Certificate(IntPtr) | Initializes a new instance of the X509Certificate class using a handle to an unmanaged PCCERT_CONTEXT structure. |
![]() | X509Certificate(SerializationInfo^, StreamingContext) | Initializes a new instance of the X509Certificate class using a SerializationInfo object and a StreamingContext structure. |
![]() | X509Certificate(String^) | Initializes a new instance of the X509Certificate class using the name of a PKCS7 signed file. |
![]() | X509Certificate(String^, SecureString^) | Initializes a new instance of the X509Certificate class using a certificate file name and a password. |
![]() | 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^) | Initializes a new instance of the X509Certificate class using the name of a PKCS7 signed file and a password to access the certificate. |
![]() | 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. |
![]() | X509Certificate(X509Certificate^) | Initializes a new instance of the X509Certificate class using another X509Certificate class. |
