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

Questions / Feedback?

ResultsURL Property

3DS Server URL.

Syntax

ANSI (Cross Platform)
char* GetResultsURL();
int SetResultsURL(const char* lpszResultsURL); Unicode (Windows) LPWSTR GetResultsURL();
INT SetResultsURL(LPCWSTR lpszResultsURL);
@property (nonatomic,readwrite,assign,getter=resultsURL,setter=setResultsURL:) NSString* resultsURL;
- (NSString*)resultsURL;
- (void)setResultsURL:(NSString*)newResultsURL;
#define PID_SERVER_RESULTSURL 78

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

Full qualified URL of the 3DS Server to which the directory server will send the Results Request Message (RReq) after the challenge has completed. This is sent to the directory server when calling the SendAuthRequest method.

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]