TripleDES: KeySize (let)

KeySize

Sets the size of the key, in bits.



 Public Property Let KeySize(
	  ByVal Value As Long ) :

Parameters

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

Remarks

The size of keys are measured in bits. Common key sizes are 64, 128, 192, and 256 bit lengths.

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

Read/Write.

See Also

Project CorLib Overview

Class TripleDES Overview