Discuss this help topic in SecureBlackbox Forum
Specifies whether the archive directory is encrypted.
Declaration
[C#]
bool DirectoryEncrypted;
[VB.NET]
Property DirectoryEncrypted As Boolean
[Pascal]
property DirectoryEncrypted : boolean;
[C++]
bool get_DirectoryEncrypted();
void set_DirectoryEncrypted(bool Value);
[PHP]
bool get_DirectoryEncrypted()
void set_DirectoryEncrypted(bool $Value)
[Java]
boolean getDirectoryEncrypted();
void setDirectoryEncrypted(boolean Value);
Description
Use this property to specify whether the archive directory is encrypted, or not.
Discuss this help topic in SecureBlackbox Forum