SecureBlackbox 2020 PHP Edition

Questions / Feedback?

OutputFile Property

The file to save the signed executable to.

Object Oriented Interface

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

Procedural Interface

secureblackbox_authenticodesigner_get($res, 29 );
secureblackbox_authenticodesigner_set($res, 29, $value );

Default Value

''

Remarks

A path to the file where the class should save the signed executable file. Use OutputStream to save the signed file to a stream instead.

Data Type

String

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