SymmetricAlgorithm: KeySize (let)

KeySize

Sets the size of the key, in bits.



 Public Property Let KeySize(
	  ByVal RHS As Long ) :

Parameters

RHS
[ByVal] Long. The size of the key in bits.

Remarks

This will cause the Key property to reset and regenerate when needed.

Read/Write.

See Also

Project VBCorLib Overview Class SymmetricAlgorithm Overview SymmetricAlgorithm Properties SymmetricAlgorithm Methods KeySize (get) LegalBlockSizes (get)