SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

BeforeGenerateKey Event

Fires when a key generation request is received.

Syntax

typedef struct {
  __int64 ConnectionId;
  String KeyAlgorithm;
  int KeyLength;
  String DefaultECCurve;
} TsbxKMIPServerBeforeGenerateKeyEventParams;

typedef void __fastcall (__closure *TsbxKMIPServerBeforeGenerateKeyEvent)(System::TObject* Sender, TsbxKMIPServerBeforeGenerateKeyEventParams *e);

__property TsbxKMIPServerBeforeGenerateKeyEvent OnBeforeGenerateKey = { read=FOnBeforeGenerateKey, write=FOnBeforeGenerateKey };

Remarks

The component fires this event when it receives a request from the client to generate a key or keypair. KeyAlgorithm, KeyLength, and DefaultECCurve parameters specify the requested key properties.

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