SSLFTPCertificateAssociatePrivateKey(String, String, Boolean) Method
Loads the private key from the given PVK file.
Namespace: EnterpriseDT.Net.Ftp.SslAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public void AssociatePrivateKey(
string pvkFileName,
string password,
bool exportable
)
Public Sub AssociatePrivateKey (
pvkFileName As String,
password As String,
exportable As Boolean
)
public:
void AssociatePrivateKey(
String^ pvkFileName,
String^ password,
bool exportable
)
member AssociatePrivateKey :
pvkFileName : string *
password : string *
exportable : bool -> unit
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.