HMACBase: SetKey

SetKey

Sets the key the hash will use.



 Public Sub SetKey(
	  ByRef Key ( ) As Byte )

Parameters

Key
[ByRef] Byte. The key to be used during the hash.

Remarks

This is required as a work-around for the byte array property assignment bug in VB6.

See Also

Project CorLib Overview

Class HMACBase Overview