The HMac T type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| HMac T |
Rfc 2104.
|
Methods
| Name | Description | |
|---|---|---|
Releases all resources used by the (Inherited from | ||
Computes the hash value for the specified (Inherited from | ||
Computes the hash value for the specified byte array. (Inherited from | ||
Computes the hash value for the specified region of the specified byte array. (Inherited from | ||
Releases all resources used by the current instance of the (Inherited from | ||
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources
(Overrides | |
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| HashCore |
Hashes the core.
(Overrides | |
| HashFinal |
Finalizes the hash computation after the last data is processed by the cryptographic stream object.
(Overrides | |
| Initialize |
Initializes an implementation of the (Overrides | |
Creates a shallow copy of the current (Inherited from | ||
| (Inherited from | ||
Computes the hash value for the specified region of the input byte array and copies the resulting hash value to the specified region of the output byte array. (Inherited from | ||
Computes the hash value for the specified region of the specified byte array. (Inherited from |
Fields
| Name | Description | |
|---|---|---|
Represents the size, in bits, of the computed hash code. (Inherited from | ||
Represents the value of the computed hash code. (Inherited from | ||
The key to use in the hash algorithm. (Inherited from | ||
Represents the state of the hash computation. (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| BlockSize |
Gets the size of the block.
| |
Gets a value indicating whether the current transform can be reused. (Inherited from | ||
When overridden in a derived class, gets a value indicating whether multiple blocks can be transformed. (Inherited from | ||
Gets the value of the computed hash code. (Inherited from | ||
Gets the size, in bits, of the computed hash code. (Inherited from | ||
When overridden in a derived class, gets the input block size. (Inherited from | ||
| Key |
Gets or sets the key to use in the hash algorithm.
(Overrides | |
When overridden in a derived class, gets the output block size. (Inherited from |
See Also