HMac T  ClassSSH .NET Client Library Documentation
Provides HMAC algorithm implementation.
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem.Security.Cryptography HashAlgorithm
    OnlineSystem.Security.Cryptography KeyedHashAlgorithm
      Renci.SshNet.Security.Cryptography HMac T 

Namespace: Renci.SshNet.Security.Cryptography
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public class HMac<T> : KeyedHashAlgorithm 
where T : new(), HashAlgorithm
Type Parameters

T
Class that implements OnlineHashAlgorithm.
See Also