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

Questions / Feedback?

ChallengeInfoLabel Property

Challenge information label.

Syntax

ANSI (Cross Platform)
char* GetChallengeInfoLabel();

Unicode (Windows)
LPWSTR GetChallengeInfoLabel();
@property (nonatomic,readonly,assign,getter=challengeInfoLabel) NSString* challengeInfoLabel;
- (NSString*)challengeInfoLabel;
#define PID_CLIENT_CHALLENGEINFOLABEL 15

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

Default Value

""

Remarks

This field contains the label to modify the challenge data entry field provided by the issuer. 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]