SecureBlackbox 2020 PHP Edition

Questions / Feedback?

OutputFile Property

Path to the file to save the decrypted data to.

Object Oriented Interface

public function getOutputFile();
public function setOutputFile($value);

Procedural Interface

secureblackbox_messagedecryptor_get($res, 25 );
secureblackbox_messagedecryptor_set($res, 25, $value );

Default Value

''

Remarks

Use this property to specify the output file where the decrypted message should be saved.

Data Type

String

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