Discuss this help topic in SecureBlackbox Forum
Specifies whether prefix of old format should be saved to file.
Declaration
[C#/Java]
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)
Description
Set this property to
True to use prefix of old format, for compatibility with old PGP software.
Discuss this help topic in SecureBlackbox Forum