UseOAEP Property
Whether to use Optimal Asymmetric Encryption Padding (OAEP).
Syntax
property UseOAEP: Boolean read get_UseOAEP write set_UseOAEP;
Default Value
false
Remarks
This setting specifies whether to use Optimal Asymmetric Encryption Padding (OAEP) when encrypting the SymmetricKey with the certificate specified by RecipientCert. It is only applicable when calling Encrypt and RecipientCert is specified.
By default this value is False and the component will use PKCS1.