SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

AfterGenerateCert Event

Signifies completion of certificate generation.

Syntax

type TAfterGenerateCertEvent = procedure (
  Sender: TObject;
  ConnectionId: Int64;
  const UniqueIdentifier: String
) of Object;

property OnAfterGenerateCert: TAfterGenerateCertEvent 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 Delphi Edition - Version 20.0 [Build 8166]