DES: Key (let)

Key

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



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

Parameters

RHS
[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 VBCorLib Overview Class DES Overview DES Properties DES Methods Key (get) KeySize (get)