IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

DetachedSignatureData Property

The detached signature.

Object Oriented Interface

public function getDetachedSignatureData();
public function setDetachedSignatureData($value);

Procedural Interface

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

Default Value

''

Remarks

This setting is used to specify the detached signature before calling VerifySignature. The message data should be specified normally and this property should be set to the detached signature data. This may be set to the PEM, DER, or SMIME encoded signature message.

Data Type

Binary String

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