IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

DetachedSignature Property

Specifies whether to include a detached signature when signing a message.

Object Oriented Interface

public function getDetachedSignature();
public function setDetachedSignature($value);

Procedural Interface

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

Default Value

false

Remarks

This property specifies whether the Sign operation products a message that includes both a signature and the message data, or just a signature.

When set to False default the output message holds the data and signature in one CMS message. This may be passed in its entirety to the receiving party for signature verification.

When set to True the output message holds only a signature in the CMS message. Both the original input data and the signature in the output message produced by the Sign operation must be passed to the receiving party for signature verification.

Data Type

Boolean

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