This topic has not yet been rated - Rate this topic

X509Certificate2.Import Method (String, SecureString, X509KeyStorageFlags)

Populates an X509Certificate2 object with information from a certificate file, a password, and a key storage flag.

Namespace: System.Security.Cryptography.X509Certificates
Assembly: System (in system.dll)

public override void Import (
	string fileName,
	SecureString password,
	X509KeyStorageFlags keyStorageFlags
)
public void Import (
	String fileName, 
	SecureString password, 
	X509KeyStorageFlags keyStorageFlags
)
public override function Import (
	fileName : String, 
	password : SecureString, 
	keyStorageFlags : X509KeyStorageFlags
)
Not applicable.

Parameters

fileName

The name of a certificate file.

password

The password required to access the X.509 certificate data.

keyStorageFlags

One of the X509KeyStorageFlags values that controls where and how to import the private key.

Security Note   Never hard code a password within your source code. Hard-coded passwords can be retrieved from an assembly using the MSIL Disassembler (Ildasm.exe), a hex editor, or by simply opening up the assembly in a text editor such as Notepad.exe.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ