HMACSHA512 Properties
.NET Framework 3.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| 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) |
| Name | Description | |
|---|---|---|
| BlockSizeValue | Gets or sets the block size to use in the hash value. (inherited from HMAC) |
Reference
HMACSHA512 ClassSystem.Security.Cryptography Namespace