IPWorks OpenPGP 2020 PHP Edition

Questions / Feedback?

ClearSignature Property

Specifies whether or not to create a cleartext signature.

Object Oriented Interface

public function getClearSignature();
public function setClearSignature($value);

Procedural Interface

ipworksopenpgp_openpgp_get($res, 3 );
ipworksopenpgp_openpgp_set($res, 3, $value );

Default Value

false

Remarks

This property controls whether or not a cleartext signature is created during signing. The default value is False. When set to true a clear text signature will be created when Sign is called.

Data Type

Boolean

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