SecureBlackbox 2020 C++ Edition

Questions / Feedback?

ReferenceValidated Event

Marks the end of a reference validation.

Syntax

ANSI (Cross Platform)
virtual int FireReferenceValidated(SOAPVerifierReferenceValidatedEventParams *e);
typedef struct {
const char *ID;
const char *URI;
const char *RefType;
int ReferenceIndex;
int DigestValid; int reserved; } SOAPVerifierReferenceValidatedEventParams; Unicode (Windows) virtual INT FireReferenceValidated(SOAPVerifierReferenceValidatedEventParams *e);
typedef struct {
LPCWSTR ID;
LPCWSTR URI;
LPCWSTR RefType;
INT ReferenceIndex;
BOOL DigestValid; INT reserved; } SOAPVerifierReferenceValidatedEventParams;
- (void)onReferenceValidated:(NSString*)ID :(NSString*)URI :(NSString*)refType :(int)referenceIndex :(BOOL)digestValid;
#define EID_SOAPVERIFIER_REFERENCEVALIDATED 4

virtual INT SECUREBLACKBOX_CALL FireReferenceValidated(LPSTR &lpszID, LPSTR &lpszURI, LPSTR &lpszRefType, INT &iReferenceIndex, BOOL &bDigestValid);

Remarks

The class fires this event to report completion of a reference validation. A reference is a building block of a signature as it binds signature coverage to a particular piece of the document.

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