SymmetricAlgorithm: KeySize (get)

KeySize

Gets the size of the key, in bits, used by the symmetric algorithm.



 Public Property Get KeySize ( ) As Long

Return Values

Long -  The size, in bits, of the secret key used by the symmetric algorithm.

Remarks

The valid key sizes are specified by the particular symmetric algorithm implementation and are listed in the LegalKeySizes property.

Read/Write.

See Also

Project CorLib Overview

Class SymmetricAlgorithm Overview