Discuss this help topic in SecureBlackbox Forum
Specifies whether the archive directory entry is encrypted.
Declaration
[VB.NET]
Property Encrypted As Boolean
[Pascal]
property Encrypted : boolean;
[C++]
bool get_Encrypted();
void set_Encrypted(bool Value);
[PHP]
bool get_Encrypted()
void set_Encrypted(bool $Value)
[Java]
boolean getEncrypted();
void setEncrypted(boolean Value);
Description
This property is used to specify whether the archive directory entry is encrypted, or not.
Discuss this help topic in SecureBlackbox Forum