SecureBlackbox Lite 2020 Node.js Edition

Questions / Feedback?

CACertificateDownloaded Event

Marks the success of a certificate download.

Syntax

certificatevalidator.on('CACertificateDownloaded', [callback])

Callback

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

function(e){ }

The argument 'e' has the following properties:

e.cert
e.location

Remarks

This event is fired when a CA certificate has been successfully downloaded from Location. This event is preceded with BeforeCACertificateDownload event.

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