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

Questions / Feedback?

DirectoryServerURL Property

The address of the Directory Server.

Syntax

ANSI (Cross Platform)
char* GetDirectoryServerURL();
int SetDirectoryServerURL(const char* lpszDirectoryServerURL); Unicode (Windows) LPWSTR GetDirectoryServerURL();
INT SetDirectoryServerURL(LPCWSTR lpszDirectoryServerURL);
@property (nonatomic,readwrite,assign,getter=directoryServerURL,setter=setDirectoryServerURL:) NSString* directoryServerURL;
- (NSString*)directoryServerURL;
- (void)setDirectoryServerURL:(NSString*)newDirectoryServerURL;
#define PID_SERVER_DIRECTORYSERVERURL 48

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 is the URL to which the RequestCardRanges and SendAuthRequest methods post.

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]