EncryptingAlgorithm Property
Then encryption algorithm used when encrypting.
Syntax
property EncryptingAlgorithm: String read get_EncryptingAlgorithm write set_EncryptingAlgorithm;
Default Value
'3DES'
Remarks
This property specifies the encryption algorithm to use when encrypting. Possible values are:
- "3DES" (default)
- "DES"
- "AES128"
- "AES192"
- "AES256"