EncryptionAlgorithm Property
The algorithm used for encryption.
Syntax
property EncryptionAlgorithm: String read get_EncryptionAlgorithm write set_EncryptionAlgorithm;
Default Value
'3DES'
Remarks
This property specifies the encryption algorithm used when Encrypt is called.
This may be the name of the algorithm, or the corresponding OID of the algorithm. The default value is 3DES. Possible values are:
- "3DES"
- "DES"
- "RC2CBC40"
- "RC2CBC64"
- "RC2CBC128" or "RC2"
- "AESCBC128" or "AES"
- "AESCBC192"
- "AESCBC256"