ACSURL Property
URL of the ACS to be used for the challenge.
Syntax
char* GetACSURL();
int SetACSURL(const char* lpszACSURL);
LPWSTR GetACSURL();
INT SetACSURL(LPCWSTR lpszACSURL);
@property (nonatomic,readwrite,assign,getter=ACSURL,setter=setACSURL:) NSString* ACSURL; - (NSString*)ACSURL; - (void)setACSURL:(NSString*)newACSURL;
public var ACSURL: String { get {...}
set {...} }
Default Value
""
Remarks
This field contains the fully qualified URL of the ACS to be used for the challenge. This will be populated after the call to SendAuthRequest method if the Authentication Response Message (ARes) indicates that a challenge is required.
Data Type
String