RC2: Key (let)

Key

Sets the secret key to be used by the cryptographic operation.



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

Parameters

Value
[ByRef] Byte. The new secret key to be used.

Remarks

Valid key sizes are determined by the individual algorithms. A list of valid sizes can be obtained through the LegalKeySizes property.

Read/Write.

See Also

Project CorLib Overview

Class RC2 Overview