SecureBlackbox 2020 PHP Edition

Questions / Feedback?

BeforeGenerateCert Event

Fires when a certificate generation request is received.

Object Oriented Interface

public function fireBeforeGenerateCert($param);

Procedural Interface

secureblackbox_kmipserver_register_callback($res, 4, array($this, 'fireBeforeGenerateCert'));

Parameter List


'connectionid'

Remarks

The class fires this event when it receives a request from the client to generate a certificate. The supplied certificate template is available in Certificate, and the request in CertificateRequest.

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