SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

Request Event

Fires when a request is received from the client.

Syntax

typedef struct {
  __int64 ConnectionId;
  String Operation;
  String Username;
  bool Reject;
} TsbxKMIPServerRequestEventParams;

typedef void __fastcall (__closure *TsbxKMIPServerRequestEvent)(System::TObject* Sender, TsbxKMIPServerRequestEventParams *e);

__property TsbxKMIPServerRequestEvent OnRequest = { read=FOnRequest, write=FOnRequest };

Remarks

The Operation parameter specifies the operation to perform, and Username the originator of the request. Use the Reject parameter to reject the request.

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