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

Questions / Feedback?

ACSHTMLRefresh Property

ACS HTML refresh.

Syntax

ANSI (Cross Platform)
char* GetACSHTMLRefresh();

Unicode (Windows)
LPWSTR GetACSHTMLRefresh();
@property (nonatomic,readonly,assign,getter=ACSHTMLRefresh) NSString* ACSHTMLRefresh;
- (NSString*)ACSHTMLRefresh;
#define PID_CLIENT_ACSHTMLREFRESH 2

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

Default Value

""

Remarks

Optional HTML provided by the ACS in response to SendChallengeRequest when ACSUIType is HTML (05).

If the ACS HTML Refresh is present in the CRes message, the app should display this in the web view when the app is moved to the foreground.

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]