SecureBlackbox 2020 PHP Edition

Questions / Feedback?

SignatureIndex Property

The index of the signature to update or to verify.

Object Oriented Interface

public function getSignatureIndex();
public function setSignatureIndex($value);

Procedural Interface

secureblackbox_officeverifier_get($res, 99 );
secureblackbox_officeverifier_set($res, 99, $value );

Default Value

-1

Remarks

Use this property to specify the index of the existing signature before timestamping or adding validation info, or verifying. Use -1 (default value) to verify all signatures.

Data Type

Integer

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