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

Questions / Feedback?

SubmitAuthenticationLabel Property

Label for UI button users select to submit authentication.

Syntax

ANSI (Cross Platform)
char* GetSubmitAuthenticationLabel();

Unicode (Windows)
LPWSTR GetSubmitAuthenticationLabel();
@property (nonatomic,readonly,assign,getter=submitAuthenticationLabel) NSString* submitAuthenticationLabel;
- (NSString*)submitAuthenticationLabel;
#define PID_CLIENT_SUBMITAUTHENTICATIONLABEL 66

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

Default Value

""

Remarks

Value of text to be displayed on the UI label on the button users click to submit the authentication information they have entered. Sent in CRes if ACSUIType is 01 (Text), 02 (Single Select) or 02 (Multi Select). App-based only.

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]