Initializes a new instance of the HMAC class.

Namespace: Classless.Hasher.Mac
Assembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336

Syntax

C#
public Hmac()
Visual Basic
Public Sub New
Visual C++
public:
Hmac()

Remarks

The default HashAlgorithm will be used, and a random key will be generated.

See Also