SSHSCPClientClientPrivateKeyPassphrase Property
Passphrase of the private key file.
Namespace: EnterpriseDT.Net.Ftp.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public string ClientPrivateKeyPassphrase { get; set; }
Public Property ClientPrivateKeyPassphrase As String
Get
Set
public:
property String^ ClientPrivateKeyPassphrase {
String^ get ();
void set (String^ value);
}
member ClientPrivateKeyPassphrase : string with get, set
Property Value
StringThe passphrase of the private key file.
This property must be set before a connection with the server is made.