The HMAC type exposes the following members.

Properties

  NameDescription
Public propertyCanReuseTransform
Gets a value indicating whether the current transform can be reused.
(Inherited from HashAlgorithm.)
Public propertyCanTransformMultipleBlocks
When overridden in a derived class, gets a value indicating whether multiple blocks can be transformed.
(Inherited from HashAlgorithm.)
Public propertyHash
Gets the value of the computed hash code.
(Inherited from HashAlgorithm.)
Public propertyHashSize
Gets the size of the computed hash code in bits.
(Overrides HashAlgorithm..::..HashSize.)
Public propertyInputBlockSize
When overridden in a derived class, gets the input block size.
(Inherited from HashAlgorithm.)
Public propertyKey
Gets or sets the key to use in the hash algorithm.
(Inherited from KeyedHashAlgorithm.)
Public propertyOutputBlockSize
When overridden in a derived class, gets the output block size.
(Inherited from HashAlgorithm.)

See Also