edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
[SFTP/SCP Only] Manager of the list of known hosts used to authenticate the server.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

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

Field Value

Manager of the list of known hosts used to authenticate the server.

Remarks

This property applies to SFTP only. Use the Protocol property to select the protocol.

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.

See Also