X509Certificate.Import Method
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
Populates an X509Certificate object.
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 | |
---|---|---|
Import(array<Byte[]) | Populates the X509Certificate object with data from a byte array. | |
Import(String) | Security Critical. Populates the X509Certificate object with information from a certificate file. | |
Import(array<Byte[], String, X509KeyStorageFlags) | Populates the X509Certificate object using data from a byte array, a password, and flags for determining how the private key is imported. | |
Import(String, String, X509KeyStorageFlags) | Security Critical. Populates the X509Certificate object with information from a certificate file, a password, and a X509KeyStorageFlags value. |
Top