Implements the HMAC keyed message authentication code algorithm.

Namespace: LLCryptoLib.Security.Cryptography
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public sealed class HMAC : KeyedHashAlgorithm
Visual Basic
Public NotInheritable Class HMAC _
	Inherits KeyedHashAlgorithm
Visual C++
public ref class HMAC sealed : public KeyedHashAlgorithm

Inheritance Hierarchy

System..::..Object
  System.Security.Cryptography..::..HashAlgorithm
    System.Security.Cryptography..::..KeyedHashAlgorithm
      LLCryptoLib.Security.Cryptography..::..HMAC

See Also