NewHMACSHA256
Creates a new HMACSHA256 object.
Public Function NewHMACSHA256(
ByRef Key ( ) As Byte ) As HMACSHA256
Parameters
- Key
-
[ByRef]
Byte.
The key used to sign the message.
Return Values
HMACSHA256 - A new HMACSHA256 object.
See Also
Project CorLib Overview
Class Constructors Overview
HMACSHA256