Discuss this help topic in SecureBlackbox Forum
Specifies if the key is stored in PEM format.
Declaration
[VB.NET]
Property PEMEncode As Boolean
[Pascal]
property PEMEncode : boolean;
[C++]
bool get_PEMEncode();
void set_PEMEncode(bool Value);
[PHP]
bool get_PEMEncode()
void set_PEMEncode(bool $Value)
[Java]
boolean getPEMEncode();
void setPEMEncode(boolean Value);
Description
If this property value is
True the key is stored in PEM format.
Discuss this help topic in SecureBlackbox Forum