Provides HMAC algorithm implementation.
Inheritance Hierarchy
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
HashAlgorithm.
See Also