Overload List
| Name | Description | |
|---|---|---|
| HMAC(String) | Obsolete. | |
| HMAC(Type) | Obsolete. | |
| HMAC(HashingAlgorithmId) |
Initializes a new instance of the HMAC class with the specified hash algorithm and a randomly generated key.
| |
| HMAC(String, array<Byte>[]()[][]) | Obsolete. | |
| HMAC(Type, array<Byte>[]()[][]) | Obsolete. | |
| HMAC(HashingAlgorithmId, array<Byte>[]()[][]) |
Initializes a new instance of the HMAC class with the specified hash algorithm and key data.
|