Discuss this help topic in SecureBlackbox Forum
Specifies whether RSA-OAEP encryption is used.
Declaration
[VB.NET]
Property UseOAEP As Boolean
[Pascal]
property UseOAEP : boolean;
[C++]
bool get_UseOAEP();
void set_UseOAEP(bool Value);
[PHP]
bool get_UseOAEP()
void set_UseOAEP(bool $Value)
[Java]
boolean getUseOAEP();
void setUseOAEP(boolean Value);
Description
Use this property to specify if RSA-OAEP encryption algorithm should be used.
Discuss this help topic in SecureBlackbox Forum