Gets supported hash 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[], HashAlgorithm>> HmacAlgorithms { get; private set; }Public Property HmacAlgorithms As IDictionary(Of String, Func(Of Byte(), HashAlgorithm))
Get
Private Set
public:
property IDictionary<String^, Func<array<unsigned char>^, HashAlgorithm^>^>^ HmacAlgorithms {
IDictionary<String^, Func<array<unsigned char>^, HashAlgorithm^>^>^ get ();
private: void set (IDictionary<String^, Func<array<unsigned char>^, HashAlgorithm^>^>^ value);
}