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

Questions / Feedback?

ACSURL Property

URL of the ACS to be used for the challenge.

Syntax

ANSI (Cross Platform)
char* GetACSURL();
int SetACSURL(const char* lpszACSURL); Unicode (Windows) LPWSTR GetACSURL();
INT SetACSURL(LPCWSTR lpszACSURL);
@property (nonatomic,readwrite,assign,getter=ACSURL,setter=setACSURL:) NSString* ACSURL;
- (NSString*)ACSURL;
- (void)setACSURL:(NSString*)newACSURL;
#define PID_SERVER_ACSURL 4

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_Server_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS3DS_EXTERNAL int IPWORKS3DS_CALL IPWorks3DS_Server_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This field contains the fully qualified URL of the ACS to be used for the challenge. This will be populated after the call to SendAuthRequest method if the Authentication Response Message (ARes) indicates that a challenge is required.

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]