Implements the HMAC keyed message authentication code algorithm.
Namespace:
Classless.Hasher.MacAssembly: 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
System..::.Object
System.Security.Cryptography..::.HashAlgorithm
System.Security.Cryptography..::.KeyedHashAlgorithm
Classless.Hasher.Mac..::.Hmac
System.Security.Cryptography..::.HashAlgorithm
System.Security.Cryptography..::.KeyedHashAlgorithm
Classless.Hasher.Mac..::.Hmac