Discuss this help topic in SecureBlackbox Forum

TElZipWriter.WinZipAesKeySize

TElZipWriter     See also     


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


Specifies WinZip AES key size.

Declaration

[C#]
    uint WinZipAesKeySize;

[VB.NET]
    Property WinZipAesKeySize As UInt32

[Pascal]
    property WinZipAesKeySize : cardinal;

[C++]
    uint32_t get_WinZipAesKeySize();
    void set_WinZipAesKeySize(uint32_t Value);

[PHP]
    integer get_WinZipAesKeySize()
    void set_WinZipAesKeySize(integer $Value)

[Java]
    int getWinZipAesKeySize();
    void setWinZipAesKeySize(int Value);

Description

    Use this property to get or set WinZip AES key size in bits. Possible values: 128, 192, 256.

See also:     WinZipEncryption    

Discuss this help topic in SecureBlackbox Forum