SecurityServices for .NET 2.0 Documentation

HMAC Methods

The methods of the HMAC class are listed below. For a complete list of HMAC class members, see the HMAC Members topic.

Public Instance Methods

Clear (inherited from HashAlgorithm)Releases all resources used by the HashAlgorithm class.
ComputeHash (inherited from HashAlgorithm)Overloaded. Computes the hash value for the specified Stream object.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
Initialize Initializes the HMAC.
ToString (inherited from Object)Returns a String that represents the current Object.
TransformBlock (inherited from HashAlgorithm)Computes the hash value for the specified region of the input byte array and copies the resulting hash value to the specified region of the output byte array.
TransformFinalBlock (inherited from HashAlgorithm)Computes the hash value for the specified region of the specified byte array.

See Also

HMAC Class | Org.Mentalis.SecurityServices.Cryptography Namespace