RequestorName Property
Directory server assigned 3DS Requestor name.
Syntax
char* GetRequestorName();
int SetRequestorName(const char* lpszRequestorName);
LPWSTR GetRequestorName();
INT SetRequestorName(LPCWSTR lpszRequestorName);
@property (nonatomic,readwrite,assign,getter=requestorName,setter=setRequestorName:) NSString* requestorName; - (NSString*)requestorName; - (void)setRequestorName:(NSString*)newRequestorName;
public var requestorName: String { get {...}
set {...} }
Default Value
""
Remarks
This field contains the 3DS Requestor name 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