[This is preliminary documentation and is subject to change.]
Private key file path (only for AuthenticationType = PublicKey)
Required SSH2 ENCRYPTED PRIVATE KEY format.
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public string SSHPrivateKeyFilePath { get; set; }
public string SSHPrivateKeyFilePath { get; set; }
Public Property SSHPrivateKeyFilePath As String
Get
Set
Public Property SSHPrivateKeyFilePath As String
Get
Set
public:
property String^ SSHPrivateKeyFilePath {
String^ get ();
void set (String^ value);
}
public:
property String^ SSHPrivateKeyFilePath {
String^ get ();
void set (String^ value);
}
member SSHPrivateKeyFilePath : string with get, set
member SSHPrivateKeyFilePath : string with get, set
Property Value
Type:
String