Discuss this help topic in SecureBlackbox Forum
Specifies the line that will appear around base64-armored data.
Declaration
[C#]
string ArmorBoundary;
[VB.NET]
Property ArmorBoundary As String
[Pascal]
property ArmorBoundary : string;
[C++]
void get_ArmorBoundary(std::string &OutResult);
void set_ArmorBoundary(const std::string &Value);
[PHP]
string get_ArmorBoundary()
void set_ArmorBoundary(string $Value)
[Java]
String getArmorBoundary();
void setArmorBoundary(String Value);
Description
Use this property to specify the text that will appear around base64-armored data.
For example if the value of this property is 'PGP MESSAGE', then the borders will be '-----BEGIN PGP MESSAGE-----' and '-----END PGP MESSAGE-----'.
Discuss this help topic in SecureBlackbox Forum