Constructors: NewHMACSHA512

NewHMACSHA512

Creates a new HMACSHA512 object.



 Public Function NewHMACSHA512(
	  ByRef Key ( ) As Byte ) As HMACSHA512

Parameters

Key
[ByRef] Byte. The key used to sign the message.

Return Values

HMACSHA512 -  A new HMACSHA512 object.

Remarks

See Also

Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods NewHMACSHA384 NewIndexOutOfRangeException HMACSHA512