Implements the HMAC keyed message authentication code algorithm.
Namespace: Classless.Hasher.MacAssembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336
Syntax
C# |
---|
public class Hmac : KeyedHashAlgorithm |
Visual Basic |
---|
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