Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum