/n software 3-D Secure V2 C++ Edition

Questions / Feedback?

ChallengeCancellationIndicator Property

Challenge Cancellation Indicator.

Syntax

ANSI (Cross Platform)
char* GetChallengeCancellationIndicator();
int SetChallengeCancellationIndicator(const char* lpszChallengeCancellationIndicator); Unicode (Windows) LPWSTR GetChallengeCancellationIndicator();
INT SetChallengeCancellationIndicator(LPCWSTR lpszChallengeCancellationIndicator);
@property (nonatomic,readwrite,assign,getter=challengeCancellationIndicator,setter=setChallengeCancellationIndicator:) NSString* challengeCancellationIndicator;
- (NSString*)challengeCancellationIndicator;
- (void)setChallengeCancellationIndicator:(NSString*)newChallengeCancellationIndicator;
#define PID_CLIENT_CHALLENGECANCELLATIONINDICATOR 11

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_Client_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS3DS_EXTERNAL int IPWORKS3DS_CALL IPWorks3DS_Client_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This field is an indicator informing the ACS and the DS that the authentication has been canceled. This is required to be set if the authentication transaction was canceled by the user. This may also be received in the Results Request from the directory server if the ACS identifies that the authentication transaction was canceled for reasons as indicated.

Possible values include:

01Cardholder selected "Cancel"
023DS Requestor canceled authentication
03Transaction aborted
04Transaction timed out at ACS - other timeouts
05Transaction timed out at ACS - First CReq not received by ACS
06Transaction error
07Unknown

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 C++ Edition - Version 2.2 [Build 8318]