SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

AfterGenerateKey Event

Signifies completion of key generation.

Syntax

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

property OnAfterGenerateKey: TAfterGenerateKeyEvent read FOnAfterGenerateKey write FOnAfterGenerateKey;

Remarks

The component fires this event upon completion of key generation routine.

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