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

Questions / Feedback?

WhitelistingDataEntry Property

Whitelisting Data Entry.

Syntax

ANSI (Cross Platform)
int GetWhitelistingDataEntry();
int SetWhitelistingDataEntry(int bWhitelistingDataEntry); Unicode (Windows) BOOL GetWhitelistingDataEntry();
INT SetWhitelistingDataEntry(BOOL bWhitelistingDataEntry);
@property (nonatomic,readwrite,assign,getter=whitelistingDataEntry,setter=setWhitelistingDataEntry:) BOOL whitelistingDataEntry;
- (BOOL)whitelistingDataEntry;
- (void)setWhitelistingDataEntry:(BOOL)newWhitelistingDataEntry;
#define PID_CLIENT_WHITELISTINGDATAENTRY 69

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

FALSE

Remarks

An indicator provided by the SDK to the ACS to confirm whether whitelisting was opted by the cardholder (true or false). This is required to be sent after a challenge response is received containing WhitelistingInformationText.

Data Type

Boolean

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