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

Questions / Feedback?

ChallengeDataEntry Property

Cardholder entered data.

Syntax

ANSI (Cross Platform)
char* GetChallengeDataEntry();
int SetChallengeDataEntry(const char* lpszChallengeDataEntry); Unicode (Windows) LPWSTR GetChallengeDataEntry();
INT SetChallengeDataEntry(LPCWSTR lpszChallengeDataEntry);
@property (nonatomic,readwrite,assign,getter=challengeDataEntry,setter=setChallengeDataEntry:) NSString* challengeDataEntry;
- (NSString*)challengeDataEntry;
- (void)setChallengeDataEntry:(NSString*)newChallengeDataEntry;
#define PID_CLIENT_CHALLENGEDATAENTRY 13

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 contains the data that the cardholder entered into the UI.

When ACSUIType is Text (01) or HTML (05), set ChallengeDataEntry to the data exactly as it was specified by the cardholder. Do not format or otherwise change the data.

When ACSUIType is Single-Select (02), set ChallengeDataEntry to the name of the selected option. For instance the ACS may provide the user with a selection like:

mobile: **** **** 329
email: s******k**@g***.com
The value to provide in ChallengeDataEntry is the ChallengeSelectInfoName, i.e. mobile.

When ACSUIType is Multi-Select (03), set ChallengeDataEntry to a comma-separated list of names of the selected options. For instance if ChallengeSelectInfo contains elements with names like chicago_illinois, st_louis_missouri, and portland_oregon, and the user chose two options, the value specified in ChallengeDataEntry would be chicago_illinois,portland_oregon.

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]