property ContentEncryptionAlgorithm: TScASN1AlgorithmIdentifier;
Description
The ContentEncryptionAlgorithm property retrieves the identifier of the symmetric algorithm used to encrypt the content.
The default value is the OID_DES_EDE3_CBC (1.2.840.113549.3.7) algorithm identifier.
This property is read-only.
ContentEncryptionAlgorithm is set as a result of calling the Decode and Init methods.
See Also