The HMAC type exposes the following members.

Fields

  NameDescription
Protected fieldSupported by the .NET Compact FrameworkHashSizeValue
Represents the size, in bits, of the computed hash code.
(Inherited from HashAlgorithm.)
Protected fieldSupported by the .NET Compact FrameworkHashValue
Represents the value of the computed hash code.
(Inherited from HashAlgorithm.)
Protected fieldSupported by the .NET Compact FrameworkKeyValue
The key to use in the hash algorithm.
(Inherited from KeyedHashAlgorithm.)
Protected fieldSupported by the .NET Compact FrameworkState
Represents the state of the hash computation.
(Inherited from HashAlgorithm.)

See Also