Mentalis.org Security Library documentation

HMAC Properties

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

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.

See Also

HMAC Class | Org.Mentalis.Security.Cryptography Namespace