HMACSHA512 Properties
.NET Framework 3.5
The HMACSHA512 type exposes the following members.
| Name | Description | |
|---|---|---|
|
BlockSizeValue | Gets or sets the block size to use in the hash value. (Inherited from HMAC.) |
|
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.) |
|
HashName | Gets or sets the name of the hash algorithm to use for hashing. (Inherited from HMAC.) |
|
HashSize | Gets the size, in bits, of the computed hash code. (Inherited from HashAlgorithm.) |
|
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. (Inherited from HMAC.) |
|
OutputBlockSize | When overridden in a derived class, gets the output block size. (Inherited from HashAlgorithm.) |
|
ProduceLegacyHmacValues | Provides a workaround for the .NET Framework version 2.0 implementation of the HMACSHA512 algorithm, which is inconsistent with the .NET Framework version 2.0 Service Pack 1 implementation. |