SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

BeforeGenerateCert Event

Fires when a certificate generation request is received.

Syntax

typedef struct {
  __int64 ConnectionId;
} TsbxKMIPServerBeforeGenerateCertEventParams;

typedef void __fastcall (__closure *TsbxKMIPServerBeforeGenerateCertEvent)(System::TObject* Sender, TsbxKMIPServerBeforeGenerateCertEventParams *e);

__property TsbxKMIPServerBeforeGenerateCertEvent OnBeforeGenerateCert = { read=FOnBeforeGenerateCert, write=FOnBeforeGenerateCert };

Remarks

The component 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 C++ Builder Edition - Version 20.0 [Build 8154]