Discuss this help topic in SecureBlackbox Forum
Specifies whether the archive is encrypted.
Declaration
[VB.NET]
Property Encrypt As Boolean
[Pascal]
property Encrypt : boolean;
[C++]
bool get_Encrypt();
void set_Encrypt(bool Value);
[PHP]
bool get_Encrypt()
void set_Encrypt(bool $Value)
[Java]
boolean getEncrypt();
void setEncrypt(boolean Value);
Description
Use this property to specify whether the archive must be encrypted.
Discuss this help topic in SecureBlackbox Forum