EnableCompression Property
Specifies whether to compress the message.
Syntax
property EnableCompression: Boolean read get_EnableCompression write set_EnableCompression;
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.