SecureBlackbox Lite 2020 C++ Builder Edition

Questions / Feedback?

Error Event

Information about errors during CRL management.

Syntax

typedef struct {
  int ErrorCode;
  String Description;
} TsbiCRLManagerErrorEventParams;

typedef void __fastcall (__closure *TsbiCRLManagerErrorEvent)(System::TObject* Sender, TsbiCRLManagerErrorEventParams *e);

__property TsbiCRLManagerErrorEvent OnError = { read=FOnError, write=FOnError };

Remarks

The event is fired in case of exceptional conditions during CRL processing.

ErrorCode contains the error code and Description contains a textual description of the error. For the list of error codes please refer to CRL.

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