SecureBlackbox 2020 PHP Edition

Questions / Feedback?

DataFile Property

The name of the file containing the original signed data.

Object Oriented Interface

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

Procedural Interface

secureblackbox_messageverifier_get($res, 32 );
secureblackbox_messageverifier_set($res, 32, $value );

Default Value

''

Remarks

Use this property to provide the original data when validating detached signatures with VerifyDetached.

Data Type

String

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