[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public KnownHostsManager KnownHosts { get; }<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public ReadOnly Property KnownHosts As KnownHostsManager
Getpublic:
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
property KnownHostsManager^ KnownHosts {
KnownHostsManager^ get ();
}[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
member KnownHosts : KnownHostsManager with getThis 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.