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

SSHSCPClientClientPrivateKeyPassphrase Property

Passphrase of the private key file.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public string ClientPrivateKeyPassphrase { get; set; }

Property Value

String
The passphrase of the private key file.

Remarks

This property must be set before a connection with the server is made.

See Also