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
Public methodSupported by Silverlight for Windows Phone X509Certificate() Initializes a new instance of the X509Certificate class.
Public methodSupported by Silverlight for Windows Phone X509Certificate(array<Byte[]) Initializes a new instance of the X509Certificate class defined from a sequence of bytes representing an X.509 version 3 certificate.
Public methodSupported by Silverlight for Windows Phone X509Certificate(IntPtr) Security Critical. Initializes a new instance of the X509Certificate class using a handle to an unmanaged PCCERT_CONTEXT structure.
Public methodSupported by Silverlight for Windows Phone X509Certificate(String) Security Critical. Initializes a new instance of the X509Certificate class using a using a certificate file name.
Public methodSupported by Silverlight for Windows Phone X509Certificate(X509Certificate) Initializes a new instance of the X509Certificate class using another X509Certificate class.
Public methodSupported by Silverlight for Windows Phone X509Certificate(array<Byte[], String) Initializes a new instance of the X509Certificate class using a byte array and a password.
Public methodSupported by Silverlight for Windows Phone 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.
Public methodSupported by Silverlight for Windows Phone X509Certificate(array<Byte[], String, X509KeyStorageFlags) Initializes a new instance of the X509Certificate class using a byte array, a password, and a key storage flag.
Public methodSupported by Silverlight for Windows Phone 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