The Hmac type exposes the following members.

Properties

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

See Also