Discuss this help topic in SecureBlackbox Forum

TElPGPWriter.SFXEnabled

TElPGPWriter     See also     


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


Specifies whether a self-extracting PGP file should be created.

Declaration

[C#]
    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)

[Java]
    not available

Description

    Set this property to True if a self-estracting PGP file should be created. The default value is False.

See also:     SFXTitle    

Discuss this help topic in SecureBlackbox Forum