Discuss this help topic in SecureBlackbox Forum
The endpoint supporting the authentication request protocol.
Declaration
[VB.NET]
Property Loc As String
[Pascal]
property Loc : TSBAnyURI;
[C++]
void get_Loc(std::string &OutResult);
void set_Loc(const std::string &Value);
[PHP]
string get_Loc()
void set_Loc(string $Value)
[Java]
String getLoc();
void setLoc(String Value);
Description
Use this property to specify the location of the endpoint supporting the authentication request protocol for this profile.
Discuss this help topic in SecureBlackbox Forum