UseOAEP Property
Whether to use Optimal Asymmetric Encryption Padding (OAEP).
Syntax
property UseOAEP: Boolean read get_UseOAEP write set_UseOAEP;
Default Value
false
Remarks
Whether to use Optimal Asymmetric Encryption Padding (OAEP). By default this value is False and the component will use PKCS1.
To specify non-default OAEP options please see OAEPRSAHashAlgorithm, OAEPMGF1HashAlgorithm, and OAEPParams