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

Questions / Feedback?

ChallengeInfoText Property

Challenge information text.

Syntax

ANSI (Cross Platform)
char* GetChallengeInfoText();

Unicode (Windows)
LPWSTR GetChallengeInfoText();
@property (nonatomic,readonly,assign,getter=challengeInfoText) NSString* challengeInfoText;
- (NSString*)challengeInfoText;
#define PID_CLIENT_CHALLENGEINFOTEXT 16

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

Default Value

""

Remarks

This field contains text provided by the ACS/Issuer to the cardholder during the challenge message exchange. If this field is populated, it should be displayed to the cardholder.

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]