SecureBlackbox 2020 PHP Edition

Questions / Feedback?

DataFileName Property

A file name to be saved together with the timestamped data.

Object Oriented Interface

public function getDataFileName();
public function setDataFileName($value);

Procedural Interface

secureblackbox_messagetimestamper_get($res, 1 );
secureblackbox_messagetimestamper_set($res, 1, $value );

Default Value

''

Remarks

Use this property to provide a file name to be stored in the timestamp together with the timestamped data. This is only informational and does not necessarily need to match the file name provided via InputFile.

Data Type

String

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