SSHSCPClientClientPrivateKeyFile Property
Path of the private key file used to authenticate the client
Namespace: EnterpriseDT.Net.Ftp.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public string ClientPrivateKeyFile { get; set; }
Public Property ClientPrivateKeyFile As String
Get
Set
public:
property String^ ClientPrivateKeyFile {
String^ get ();
void set (String^ value);
}
member ClientPrivateKeyFile : string with get, set
Property Value
StringPath of the private key file used to authenticate the client.
This property must be set before a connection with the server is made.
The SFTP server must have been set up with the corresponding public key before this
authentication method is used. For this property to be used,
AuthenticationMethod must be set to
KeyboardInteractive.