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.

See Also

Project CorLib Overview

Class Constructors Overview

HMACSHA512