Discuss this help topic in SecureBlackbox Forum

TElZipWriter.Encrypt

TElZipWriter     See also     


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


Specifies whether the archive is encrypted.

Declaration

[C#]
    bool Encrypt;

[VB.NET]
    Property Encrypt As Boolean

[Pascal]
    property Encrypt : boolean;

[C++]
    bool get_Encrypt();
    void set_Encrypt(bool Value);

[PHP]
    bool get_Encrypt()
    void set_Encrypt(bool $Value)

[Java]
    boolean getEncrypt();
    void setEncrypt(boolean Value);

Description

    Use this property to specify whether the archive must be encrypted.

See also:     Compress     StrongEncryptionInfo    

Discuss this help topic in SecureBlackbox Forum