edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Loads the private key from the given PVK file.

Namespace: EnterpriseDT.Net.Ftp.Ssl
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public void AssociatePrivateKey(
	string pvkFileName,
	string password,
	bool exportable
)
Visual Basic
Public Sub AssociatePrivateKey ( _
	pvkFileName As String, _
	password As String, _
	exportable As Boolean _
)
Visual C++
public:
void AssociatePrivateKey(
	String^ pvkFileName, 
	String^ password, 
	bool exportable
)

Parameters

pvkFileName
Type: System..::..String
Name of PVK file.
password
Type: System..::..String
Password used to access PVK file.
exportable
Type: System..::..Boolean
true if the private key should be marked exportable, false otherwise.

See Also