Initializes a new instance of the HMAC class.

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

Syntax

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

Remarks

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

See Also