X509Certificate Constructor
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
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.
Overload List
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.509 version 3 certificate. | |
X509Certificate(IntPtr) | Security Critical. Initializes a new instance of the X509Certificate class using a handle to an unmanaged PCCERT_CONTEXT structure. | |
X509Certificate(String) | Security Critical. 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(array<Byte[], String) | Initializes a new instance of the X509Certificate class using a byte array and a password. | |
X509Certificate(String, String) | Security Critical. Initializes a new instance of the X509Certificate class by using a certificate file name and a password to access the certificate. | |
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(String, String, X509KeyStorageFlags) | Security Critical. 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. |
Top