Discuss this help topic in SecureBlackbox Forum
(not yet)
Declaration
[VB.NET]
Property RawPublicKey As Boolean
[Pascal]
property RawPublicKey : boolean;
[C++]
bool get_RawPublicKey();
void set_RawPublicKey(bool Value);
[PHP]
bool get_RawPublicKey()
void set_RawPublicKey(bool $Value)
[Java]
boolean getRawPublicKey();
void setRawPublicKey(boolean Value);
Description
When RawPublicKey is true, the saved data contains a sequence of Modulus and Exponent. When RawPublicKey is false, the saved data also contains OID (object identifier) of the algorithm.
Discuss this help topic in SecureBlackbox Forum