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

Questions / Feedback?

RequestorId Property

Directory server assigned 3DS Requestor identifier.

Syntax

ANSI (Cross Platform)
char* GetRequestorId();
int SetRequestorId(const char* lpszRequestorId); Unicode (Windows) LPWSTR GetRequestorId();
INT SetRequestorId(LPCWSTR lpszRequestorId);
@property (nonatomic,readwrite,assign,getter=requestorId,setter=setRequestorId:) NSString* requestorId;
- (NSString*)requestorId;
- (void)setRequestorId:(NSString*)newRequestorId;
#define PID_SERVER_REQUESTORID 74

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 3DS Requestor identifier as assigned by the directory server. This is sent in the Authentication Request Message (AReq) sent by the component in 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]