Implements the HMAC keyed message authentication code algorithm.

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

Syntax

C#
public class Hmac : KeyedHashAlgorithm
Visual Basic (Declaration)
Public Class Hmac _
	Inherits KeyedHashAlgorithm
Visual C++
public ref class Hmac : public KeyedHashAlgorithm

Inheritance Hierarchy

See Also