TripleDES: KeySize (get)

KeySize

Returns the size of the key, in bits, used by the cryptographic operation.



 Public Property Get KeySize ( ) As Long

Return Values

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.

Read/Write.

See Also

Project CorLib Overview

Class TripleDES Overview