SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

AfterGenerateCert Event

Signifies completion of certificate generation.

Syntax

typedef struct {
  __int64 ConnectionId;
  String UniqueIdentifier;
} TsbxKMIPServerAfterGenerateCertEventParams;

typedef void __fastcall (__closure *TsbxKMIPServerAfterGenerateCertEvent)(System::TObject* Sender, TsbxKMIPServerAfterGenerateCertEventParams *e);

__property TsbxKMIPServerAfterGenerateCertEvent OnAfterGenerateCert = { read=FOnAfterGenerateCert, write=FOnAfterGenerateCert };

Remarks

The component fires this event upon completion of certificate generation routine. The generated certificate can be read from GeneratedCert.

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