Discuss this help topic in SecureBlackbox Forum
Specifies whether a self-extracting PGP file should be created.
Declaration
[C#/Java]
bool SFXEnabled;
[VB.NET]
Property SFXEnabled As Boolean
[Pascal]
property SFXEnabled : boolean;
[C++]
bool get_SFXEnabled();
void set_SFXEnabled(bool Value);
[PHP]
bool get_SFXEnabled()
void set_SFXEnabled(bool $Value)
Description
Set this property to
True if a self-estracting PGP file should be created.
The default value is
False.
Discuss this help topic in SecureBlackbox Forum