Constructors: NewHMACMD5

NewHMACMD5

Creates a new HMACMD5 object.



 Public Function NewHMACMD5(
	  ByRef Key ( ) As Byte ) As HMACMD5

Parameters

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

Return Values

HMACMD5 -  A new HMACMD5 object.

See Also

Project CorLib Overview

Class Constructors Overview

HMACMD5