Discuss this help topic in SecureBlackbox Forum

TElPGPSecretKey.WriteOldPrefix

TElPGPSecretKey     See also     


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


Specifies whether prefix of old format should be saved to file.

Declaration

[C#]
    bool WriteOldPrefix;

[VB.NET]
    Property WriteOldPrefix As Boolean

[Pascal]
    property WriteOldPrefix : boolean;

[C++]
    bool get_WriteOldPrefix();
    void set_WriteOldPrefix(bool Value);

[PHP]
    bool get_WriteOldPrefix()
    void set_WriteOldPrefix(bool $Value)

[Java]
    boolean getWriteOldPrefix();
    void setWriteOldPrefix(boolean Value);

Description

    Set this property to True to use prefix of old format, for compatibility with old PGP software.

See also:     SaveToFile    

Discuss this help topic in SecureBlackbox Forum