Discuss this help topic in SecureBlackbox Forum
Specifies if the data should be compressed before encryption.
Declaration
[VB.NET]
Property Compress As Boolean
[Pascal]
property Compress : boolean;
[C++]
bool get_Compress();
void set_Compress(bool Value);
[PHP]
bool get_Compress()
void set_Compress(bool $Value)
[Java]
boolean getCompress();
void setCompress(boolean Value);
Description
If the value of this property is
True, the data will be compressed before encryption.
Discuss this help topic in SecureBlackbox Forum