SecurityServices for .NET 2.0 Documentation

HMAC Class

[This is preliminary documentation and subject to change.]

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

public class HMAC : KeyedHashAlgorithm

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Org.Mentalis.SecurityServices.Cryptography

Assembly: Org.Mentalis.SecurityServices (in Org.Mentalis.SecurityServices.dll)

See Also

HMAC Members | Org.Mentalis.SecurityServices.Cryptography Namespace