Discuss this help topic in SecureBlackbox Forum
Specifies if the data should be armored after encryption or signing.
Declaration
[VB.NET]
Property Armor As Boolean
[Pascal]
property Armor : boolean;
[C++]
bool get_Armor();
void set_Armor(bool Value);
[PHP]
bool get_Armor()
void set_Armor(bool $Value)
[Java]
boolean getArmor();
void setArmor(boolean Value);
Description
Use this property to determine if resulting data should be armored, i.e. wrapped into base64-cover.
Discuss this help topic in SecureBlackbox Forum