HMAC: Key (let)

Key

Sets the key to be used with the hash process.



 Public Property Let Key(
	  ByRef RHS ( ) As Byte ) :

Parameters

RHS
[ByRef] Byte. The new key value.

Remarks

Read/Write.

See Also

Project VBCorLib Overview Class HMAC Overview HMAC Properties HMAC Methods Key (get) OutputBlockSize (get)