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