Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the Federation Service End point URL for the trust partner.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public string TrustLsUrl { get; set; }
public:
property String^ TrustLsUrl {
String^ get();
void set(String^ value);
}
member TrustLsUrl : string with get, set
Public Property TrustLsUrl As String
Property Value
Type: System.String
The Federation Service End point URL for the trust partner.
See Also
TrustRealm Class
System.Web.Security.SingleSignOn Namespace
Return to top