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

Questions / Feedback?

ResendInformationLabel Property

Label for UI button allowing users to request that authentication information be resent.

Syntax

ANSI (Cross Platform)
char* GetResendInformationLabel();

Unicode (Windows)
LPWSTR GetResendInformationLabel();
@property (nonatomic,readonly,assign,getter=resendInformationLabel) NSString* resendInformationLabel;
- (NSString*)resendInformationLabel;
#define PID_CLIENT_RESENDINFORMATIONLABEL 56

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 for authentication information to be resent. Sent in CRes if the ACS allows the Cardholder to request such information to be resent. 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]