SymmetricAlgorithm: LegalKeySizes (get)

LegalKeySizes

Gets the key sizes, in bits, that are supported by the symmetric algorithm.



 Public Property Get LegalKeySizes ( ) As KeySizes ( ) :

Return Values

KeySizes() -  An array that contains the key sizes supported by the algorithm.

Remarks

The symmetric algorithm supports only key sizes that match an entry in this array.

Read Only.

See Also

Project CorLib Overview

Class SymmetricAlgorithm Overview