EncryptingAlgorithm Property
Textual description of the encrypting algorithm.
Syntax
property EncryptingAlgorithm: String read get_EncryptingAlgorithm write set_EncryptingAlgorithm;
Default Value
'3DES'
Remarks
This property contains either the name of the algorithm (such as "3DES" or "AES"), or an object identifier (OID) string representing the algorithm.
Possible values are:
- "3DES"
- "DES"
- "RC2CBC40"
- "RC2CBC64"
- "RC2CBC128" or "RC2"
- "AESCBC128" or "AES"
- "AESCBC192"
- "AESCBC256"