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.
Note: When set to True the HashAlgorithm is also applicable when calling Encrypt and Decrypt.