SecureBlackbox 2020 PHP Edition

Questions / Feedback?

DataFile Property

A path to the file containing the originally signed data.

Object Oriented Interface

public function getDataFile();
public function setDataFile($value);

Procedural Interface

secureblackbox_cadesverifier_get($res, 79 );
secureblackbox_cadesverifier_set($res, 79, $value );

Default Value

''

Remarks

Use this property when working with detached signatures to provide the original signed input. Alternatively, use DataStream to provide in-memory data.

Data Type

String

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