SSHSCPClientKnownHosts Property
Manager of the list of known hosts used to authenticate the server.
Namespace: EnterpriseDT.Net.Ftp.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public KnownHostsManager KnownHosts { get; set; }
Public Property KnownHosts As KnownHostsManager
Get
Set
public:
property KnownHostsManager^ KnownHosts {
KnownHostsManager^ get ();
void set (KnownHostsManager^ value);
}
member KnownHosts : KnownHostsManager with get, set
Property Value
KnownHostsManagerManager of the list of known hosts used to authenticate the server.
This manager is used to set the known_hosts file containing a list of
known hosts and their public keys. It is also used to add public keys explicitly