KeySize Property
The size of the Key .
Data Type
EnumerationPossible Values
128 (128)196 (192)
256 (256)
Default Value
256Remarks
KeySize can be used to change the size of the key generated when the KeyPassword is set. If Key is set directly, KeySize will reflect the size of that key. The size of the key also determines the strength of the cipher algorithm:
- weak - 128 bits
- medium - 192 bits
- strong - 256 bits
Note: the default key size is 256 to ensure the maximum cipher strength.