SecureBlackbox 2020 PHP Edition

Questions / Feedback?

DataFile Property

A file containing the external data covered by a detached signature.

Object Oriented Interface

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

Procedural Interface

secureblackbox_xadesverifier_get($res, 45 );
secureblackbox_xadesverifier_set($res, 45, $value );

Default Value

''

Remarks

In the case of a detached signature, use this property to provide the external data to the class from a file. Alternatively, provide the data via DataStream.

Data Type

String

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