HMACSHA256 Constructor
.NET Framework 4.5
Initializes a new instance of the HMACSHA256 class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
HMACSHA256() | Initializes a new instance of the HMACSHA256 class with a randomly generated key. |
|
HMACSHA256(Byte[]) | Initializes a new instance of the HMACSHA256 class with the specified key data. |