Gets supported host key algorithms for this connection.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
public IDictionary<string, Func<byte[], KeyHostAlgorithm>> HostKeyAlgorithms { get; private set; }Public Property HostKeyAlgorithms As IDictionary(Of String, Func(Of Byte(), KeyHostAlgorithm))
Get
Private Set
public:
property IDictionary<String^, Func<array<unsigned char>^, KeyHostAlgorithm^>^>^ HostKeyAlgorithms {
IDictionary<String^, Func<array<unsigned char>^, KeyHostAlgorithm^>^>^ get ();
private: void set (IDictionary<String^, Func<array<unsigned char>^, KeyHostAlgorithm^>^>^ value);
}