Discuss this help topic in SecureBlackbox Forum

TElPGPArmoringStream.Headers

TElPGPArmoringStream     


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


Specifies additional headers that will be put before the base64-armored message.

Declaration

[C#]
    TElStringList Headers;

[VB.NET]
    Property Headers As TElStringList

[Pascal]
    property Headers : TStringList;

[C++]
    TStringList* get_Headers();

[PHP]
    TStringList get_Headers()

[Java]
    TElStringList getHeaders();

Description

    Use this property to access additional headers that are put before the base64-armored message. Each header line shouldlook like "header: value" (without quotes). The only header defined by PGP standard is 'Version'.

Discuss this help topic in SecureBlackbox Forum