TrustPolicy.LsUrl Property
Gets or sets the Federation Server Endpoint URL.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public string LsUrl { get; set; }
public:
property String^ LsUrl {
String^ get();
void set(String^ value);
}
member LsUrl : string with get, set
Public Property LsUrl As String
Property Value
Type: System.String
The Federation Server Endpoint URL.
See Also
TrustPolicy Class
System.Web.Security.SingleSignOn Namespace
Return to top