SecureBlackbox 2020 C++ Edition

Questions / Feedback?

ResolveReference Event

Asks the application to resolve a reference.

Syntax

ANSI (Cross Platform)
virtual int FireResolveReference(SOAPQuickSignerResolveReferenceEventParams *e);
typedef struct {
const char *URI;
int ReferenceIndex; int reserved; } SOAPQuickSignerResolveReferenceEventParams; Unicode (Windows) virtual INT FireResolveReference(SOAPQuickSignerResolveReferenceEventParams *e);
typedef struct {
LPCWSTR URI;
INT ReferenceIndex; INT reserved; } SOAPQuickSignerResolveReferenceEventParams;
- (void)onResolveReference:(NSString*)URI :(int)referenceIndex;
#define EID_SOAPQUICKSIGNER_RESOLVEREFERENCE 6

virtual INT SECUREBLACKBOX_CALL FireResolveReference(LPSTR &lpszURI, INT &iReferenceIndex);

Remarks

This event is fired when the control could not automatically resolve a reference and requires custom treatment.

URI contains a reference to the data.

ReferenceIndex specifies the index of the reference to process.

Based on the reference's URI the event handler should set either TargetXMLElement or TargetData property of the reference.

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