Discuss this help topic in SecureBlackbox Forum

TElZipWriter.WinZipEncryption

TElZipWriter     See also     


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


Specifies whether the archive directory entry is encrypted with WinZip encryption.

Declaration

[C#]
    bool WinZipEncryption;

[VB.NET]
    Property WinZipEncryption As Boolean

[Pascal]
    property WinZipEncryption : boolean;

[C++]
    bool get_WinZipEncryption();
    void set_WinZipEncryption(bool Value);

[PHP]
    bool get_WinZipEncryption()
    void set_WinZipEncryption(bool $Value)

[Java]
    boolean getWinZipEncryption();
    void setWinZipEncryption(boolean Value);

Description

    This property is used to specify whether the archive directory entry is encrypted with WinZip encryption.

See also:     Encrypt     WinZipAesKeySize    

Discuss this help topic in SecureBlackbox Forum