Discuss this help topic in SecureBlackbox Forum
(not yet)
Declaration
[C#/Java]
bool RawPublicKey;
[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)
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