The Hmac type exposes the following members.

Fields

  NameDescription
HashSizeValue
Represents the size, in bits, of the computed hash code.
(Inherited from HashAlgorithm.)
HashValue
Represents the value of the computed hash code.
(Inherited from HashAlgorithm.)
KeyValue
The key to use in the hash algorithm.
(Inherited from KeyedHashAlgorithm.)
State
Represents the state of the hash computation.
(Inherited from HashAlgorithm.)

See Also