IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

EnableCompression Property

Specifies whether to compress the message.

Object Oriented Interface

public function getEnableCompression();
public function setEnableCompression($value);

Procedural Interface

ipworksencrypt_cms_get($res, 9 );
ipworksencrypt_cms_set($res, 9, $value );

Default Value

false

Remarks

This property specifies whether the input data will be compressed during the signing process.

If set to True the data will be compressed. If set to False (default) the data will not be compressed.

When compression is enabled the input will first be signed, and then compressed. To compress the data before signing set CompressBeforeSign.

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 PHP Edition - Version 20.0 [Build 8155]