X509Certificate.Import Method

Include Protected Members
Include Inherited Members

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

See Also

Reference

X509Certificate Class

X509Certificate Members

System.Security.Cryptography.X509Certificates Namespace