Gets the host key name.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
public string HostKeyName { get; private set; }public string HostKeyName { get; private set; }Public Property HostKeyName As String
Get
Private Set
Public Property HostKeyName As String
Get
Private Set
public:
property String^ HostKeyName {
String^ get ();
private: void set (String^ value);
}public:
property String^ HostKeyName {
String^ get ();
private: void set (String^ value);
}