Discuss this help topic in SecureBlackbox Forum
Specifies WinZip AES key size.
Declaration
[C#/Java]
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)
Description
Use this property to get or set WinZip AES key size in bits.
Possible values: 128, 192, 256.
Discuss this help topic in SecureBlackbox Forum