SecureFTPConnectionKnownHosts Property |
[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: 12.3.0.0
Syntax[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public KnownHostsManager KnownHosts { get; }
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public ReadOnly Property KnownHosts As KnownHostsManager
Get
public:
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
property KnownHostsManager^ KnownHosts {
KnownHostsManager^ get ();
}
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
member KnownHosts : KnownHostsManager with get
Property Value
Type:
KnownHostsManagerManager of the list of known hosts used to authenticate the server.
RemarksThis 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