Discuss this help topic in SecureBlackbox Forum

TElPGPWriter.UseOldPackets

TElPGPWriter     


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


Specifies if packets of old format must be used.

Declaration

[C#]
    bool UseOldPackets;

[VB.NET]
    Property UseOldPackets As Boolean

[Pascal]
    property UseOldPackets : boolean;

[C++]
    bool get_UseOldPackets();
    void set_UseOldPackets(bool Value);

[PHP]
    bool get_UseOldPackets()
    void set_UseOldPackets(bool $Value)

[Java]
    boolean getUseOldPackets();
    void setUseOldPackets(boolean Value);

Description

    If this property value is True only packets of old format will be used in order for compatibility with PGP 2.6.x.

Discuss this help topic in SecureBlackbox Forum