SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

Error Event

Information about errors during certificate loading, saving or validation.

Syntax

ANSI (Cross Platform)
virtual int FireError(CertificateManagerErrorEventParams *e);
typedef struct {
int ErrorCode;
const char *Description; int reserved; } CertificateManagerErrorEventParams; Unicode (Windows) virtual INT FireError(CertificateManagerErrorEventParams *e);
typedef struct {
INT ErrorCode;
LPCWSTR Description; INT reserved; } CertificateManagerErrorEventParams;
- (void)onError:(int)errorCode :(NSString*)description;
#define EID_CERTIFICATEMANAGER_ERROR 1

virtual INT SECUREBLACKBOXLITE_CALL FireError(INT &iErrorCode, LPSTR &lpszDescription);

Remarks

Reports exceptional conditions during certificate loading, exporting, or validation.

ErrorCode contains an error code and Description contains a textual description of the error.

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