SecureBlackbox 2020 C++ Edition

Questions / Feedback?

CustomParametersReceived Event

Passes custom request parameters to the application.

Syntax

ANSI (Cross Platform)
virtual int FireCustomParametersReceived(DCAuthCustomParametersReceivedEventParams *e);
typedef struct {
const char *Value; int reserved; } DCAuthCustomParametersReceivedEventParams; Unicode (Windows) virtual INT FireCustomParametersReceived(DCAuthCustomParametersReceivedEventParams *e);
typedef struct {
LPCWSTR Value; INT reserved; } DCAuthCustomParametersReceivedEventParams;
- (void)onCustomParametersReceived:(NSString*)value;
#define EID_DCAUTH_CUSTOMPARAMETERSRECEIVED 1

virtual INT SECUREBLACKBOX_CALL FireCustomParametersReceived(LPSTR &lpszValue);

Remarks

Subscribe to this event to access custom signing parameters supplied by the signer in their request. The Value string contains the parameters as included by the requestor.

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