SecureBlackbox 2020 Node.js Edition

Questions / Feedback?

Start Event

This event is fired when the class is about to start the signing process.

Syntax

authenticodesigner.on('Start', [callback])

Callback

The 'callback' is called when the 'Start' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.specifiedChecksum
e.actualChecksum
e.isSigned
e.cancel

Remarks

This event marks the start of the signing process over a certain file.

SpecifiedChecksum is the checksum specified in the file itself, ActualChecksum is the actual checksum computed by the class, IsSigned specifies whether the file is already signed, and Cancel allows to stop the operation.

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