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

Questions / Feedback?

DirectoryServerId Property

Value of the Registered Application Provider Identifier (RID) unique to the payment system.

Syntax

ANSI (Cross Platform)
char* GetDirectoryServerId();
int SetDirectoryServerId(const char* lpszDirectoryServerId); Unicode (Windows) LPWSTR GetDirectoryServerId();
INT SetDirectoryServerId(LPCWSTR lpszDirectoryServerId);
@property (nonatomic,readwrite,assign,getter=directoryServerId,setter=setDirectoryServerId:) NSString* directoryServerId;
- (NSString*)directoryServerId;
- (void)setDirectoryServerId:(NSString*)newDirectoryServerId;
#define PID_CLIENT_DIRECTORYSERVERID 32

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

Default Value

""

Remarks

Registered Application Provider Identifier (RID) value defined by the ISO 7816-5 standard for uniquely registering such providers. This value is unique to the Payment System involved and must be known by the 3DS Requestor App so that it may be passed to the SDK on when it invokes the createTransaction method within the SDK. Used to identify the DirectoryServerCert for the given DS which is used by the SDK to encrypt the Device Information. Required when DirectoryServerCert is an EC key.

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]