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

Questions / Feedback?

ChallengeInfoTextIndicator Property

Challenge information text indicator.

Syntax

ANSI (Cross Platform)
char* GetChallengeInfoTextIndicator();

Unicode (Windows)
LPWSTR GetChallengeInfoTextIndicator();
@property (nonatomic,readonly,assign,getter=challengeInfoTextIndicator) NSString* challengeInfoTextIndicator;
- (NSString*)challengeInfoTextIndicator;
#define PID_CLIENT_CHALLENGEINFOTEXTINDICATOR 17

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

Default Value

""

Remarks

This field indicates when the ACS/Issuer would like a warning icon or similar visual indicator to draw attention to the ChallengeInfoText that is being displayed. If this field is populated, it should affect the information being displayed to the cardholder.

Possible values are:

YDisplay indicator
NDo not display indicator

This property is read-only.

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]