SecureBlackbox 2020 PHP Edition

Questions / Feedback?

RemoveExistingSignatures Property

Specifies whether to remove any existing signatures before signing.

Object Oriented Interface

public function getRemoveExistingSignatures();
public function setRemoveExistingSignatures($value);

Procedural Interface

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

Default Value

false

Remarks

If this property is set to True, all the existing Authenticode signatures will be removed from the executable before adding the new one. If this property is False, the new signature will be added on top of the existing ones.

Data Type

Boolean

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