SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

Log Event

Reports a single log line.

Syntax

typedef struct {
  __int64 ConnectionId;
  int LogType;
  String Details;
} TsbxDCAuthWebServerLogEventParams;

typedef void __fastcall (__closure *TsbxDCAuthWebServerLogEvent)(System::TObject* Sender, TsbxDCAuthWebServerLogEventParams *e);

__property TsbxDCAuthWebServerLogEvent OnLog = { read=FOnLog, write=FOnLog };

Remarks

This event is fired repeatedly during the component's work to inform the application about the flow of the signing process. The application may use this event to create an operation log.

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