Mentalis.org Security Library documentation

HMAC Class

Implements the HMAC keyed message authentication code algorithm.

For a list of all members of this type, see HMAC Members.

System.Object
   HashAlgorithm
      KeyedHashAlgorithm
         HMAC

[Visual Basic]
NotInheritable Public Class HMAC
Inherits KeyedHashAlgorithm
[C#]
public sealed class HMAC : KeyedHashAlgorithm

Requirements

Namespace: Org.Mentalis.Security.Cryptography Namespace

Assembly: Org.Mentalis.Security.dll

See Also

HMAC Members | Org.Mentalis.Security.Cryptography Namespace