Discuss this help topic in SecureBlackbox Forum

TElPGPWriter.ArmorHeaders

TElPGPWriter     See also     


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


This property specifies additional headers that will be put before the base64-armored message.

Declaration

[C#]
    TElStringList ArmorHeaders;

[VB.NET]
    Property ArmorHeaders As TElStringList

[Pascal]
    property ArmorHeaders : TStringList;

[C++]
    TStringList* get_ArmorHeaders();

[PHP]
    TStringList get_ArmorHeaders()

[Java]
    TElStringList getArmorHeaders();

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'.

See also:     Armor     ArmorBoundary     Compress    

Discuss this help topic in SecureBlackbox Forum