Gets SSH host keys for further use.

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

Syntax

C#
public SshHostKeys HostKeys { get; }
Visual Basic
Public ReadOnly Property HostKeys As SshHostKeys
	Get
Visual C++
public:
property SshHostKeys^ HostKeys {
	SshHostKeys^ get ();
}

Remarks

Returns SSH host keys or
CopyC#
null
if keys are not available

See Also