Mentalis.org Security Library documentation

HMAC Members

Public Instance Constructors

HMACOverloaded. Initialize a new instance of the HMAC class.

Public Instance Properties

CanReuseTransform (inherited from HashAlgorithm)Gets a value indicating whether the current transform can be reused.
CanTransformMultipleBlocks (inherited from HashAlgorithm)When overridden in a derived class, gets a value indicating whether multiple blocks can be transformed.
Hash (inherited from HashAlgorithm)Gets the value of the computed hash code.
HashSize Gets the size of the computed hash code in bits.
InputBlockSize (inherited from HashAlgorithm)When overridden in a derived class, gets the input block size.
Key (inherited from KeyedHashAlgorithm) Gets or sets the key to be used in the hash algorithm.
OutputBlockSize (inherited from HashAlgorithm)When overridden in a derived class, gets the output block size.

Public Instance Methods

Clear (inherited from HashAlgorithm) Releases all resources used by the HashAlgorithm.
ComputeHash (inherited from HashAlgorithm) Computes the hash value for the specified Stream.
ComputeHash (inherited from HashAlgorithm)Computes the hash value for the specified byte array.
ComputeHash (inherited from HashAlgorithm)Computes the hash value for the specified region of the specified byte array.
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, 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.

Protected Instance Fields

HashSizeValue (inherited from System.Security.Cryptography.HashAlgorithm) Represents the size of the computed hash code in bits.
HashValue (inherited from System.Security.Cryptography.HashAlgorithm) Represents the value of the computed hash code.
KeyValue (inherited from System.Security.Cryptography.KeyedHashAlgorithm) The key to be used in the hash algorithm.
State (inherited from System.Security.Cryptography.HashAlgorithm) Represents the state of the hash computation.

Protected Instance Methods

Dispose Releases the resources used by the HMAC.
Finalize Finalizes the HMAC.
HashCore Routes data written to the object into the hash algorithm for computing the hash.
HashFinal Finalizes the hash computation after the last data is processed by the cryptographic stream object.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

Explicit Interface Implementations

IDisposable.Dispose (inherited from HashAlgorithm)

See Also

HMAC Class | Org.Mentalis.Security.Cryptography Namespace