SymmetricAlgorithm: KeySize (let) |
Gets the size of the key, in bits, used by the symmetric algorithm.
Public Property Let KeySize( ByVal Value As Long ) :
The valid key sizes are specified by the particular symmetric algorithm implementation and are listed in the LegalKeySizes property.
Read/Write.
Exception | Condition |
---|---|
CryptographicException | The key size is not valid. |