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

Questions / Feedback?

WhyInformationText Property

Text to explain the authentication task to the user.

Syntax

ANSI (Cross Platform)
char* GetWhyInformationText();

Unicode (Windows)
LPWSTR GetWhyInformationText();
@property (nonatomic,readonly,assign,getter=whyInformationText) NSString* whyInformationText;
- (NSString*)whyInformationText;
#define PID_CLIENT_WHYINFORMATIONTEXT 72

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

Default Value

""

Remarks

Text provided by the Issuer for UI to explain the authentication task to the user in the "why" information section. Can be sent in CRes. 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]