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