Discuss this help topic in SecureBlackbox Forum

TElPGPArmoringStream.Boundary

TElPGPArmoringStream     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Boundary that is put in the beginning and in the end of message.

Declaration

[C#]
    string Boundary;

[VB.NET]
    Property Boundary As String

[Pascal]
    property Boundary : String;

[C++]
    void get_Boundary(std::string &OutResult);
    void set_Boundary(const std::string &Value);

[PHP]
    string get_Boundary()
    void set_Boundary(string $Value)

[Java]
    String getBoundary();
    void setBoundary(String Value);

Description

    Use this property to access the boundary that will be put in the beginning and in the end of message. For example if this property value is "PGP MESSAGE" headers will be "BEGIN PGP MESSAGE" and "END PGP MESSAGE".

Discuss this help topic in SecureBlackbox Forum