The current user key file.

Namespace: Jscape.Sftp
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public string PrivateKey { get; set; }
Visual Basic
Public Property PrivateKey As String
	Get
	Set
Visual C++
public:
property String^ PrivateKey {
	String^ get ();
	void set (String^ value);
}

See Also