edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSLFTPCertificateAssociatePrivateKey(String, String, Boolean) Method

Loads the private key from the given PVK file.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssl
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public void AssociatePrivateKey(
	string pvkFileName,
	string password,
	bool exportable
)

Parameters

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

See Also