Discuss this help topic in SecureBlackbox Forum

TElPGPDearmoringStream.Boundary

TElPGPDearmoringStream     See also     


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


Text 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);

[PHP]
    string get_Boundary()

[Java]
    String getBoundary();

Description

    Use this property to get the text which was put to the beginning and the end of message. For example if this property value is "PGP MESSAGE", then the text at the beginning and at the end was "BEGIN PGP MESSAGE" and "END PGP MESSAGE" respectively.

See also:     Headers    

Discuss this help topic in SecureBlackbox Forum