Discuss this help topic in SecureBlackbox Forum
Specifies if PKWare Strong Encryption should be used.
Declaration
[C#]
bool StrongEncryption;
[VB.NET]
Property StrongEncryption As Boolean
[Pascal]
property StrongEncryption : boolean;
[C++]
bool get_StrongEncryption();
void set_StrongEncryption(bool Value);
[PHP]
bool get_StrongEncryption()
void set_StrongEncryption(bool $Value)
[Java]
boolean getStrongEncryption();
void setStrongEncryption(boolean Value);
Description
Use this property to specify if PKWare Strong Encryption should be used to encrypt the archive.
If this property is
True, use
StrongEncryptionInfo to manage encryption properties.
Discuss this help topic in SecureBlackbox Forum