Discuss this help topic in SecureBlackbox Forum

TElZipArchiveDirectoryEntry.WinZipEncryptionVersion

TElZipArchiveDirectoryEntry     See also     


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


Specifies WinZip encryption version.

Declaration

[C#]
    uint WinZipEncryptionVersion;

[VB.NET]
    Property WinZipEncryptionVersion As UInt32

[Pascal]
    property WinZipEncryptionVersion : cardinal;

[C++]
    uint32_t get_WinZipEncryptionVersion();
    void set_WinZipEncryptionVersion(uint32_t Value);

[PHP]
    integer get_WinZipEncryptionVersion()
    void set_WinZipEncryptionVersion(integer $Value)

[Java]
    int getWinZipEncryptionVersion();
    void setWinZipEncryptionVersion(int Value);

Description

    This property is used to specify WinZip encryption version. This version tells how to treat CRC32 of encrypted file. For more information, refer to WinZip AES encryption page. Possible values: 1, 2.

See also:     WinZipEncryption    

Discuss this help topic in SecureBlackbox Forum