TrustConfigurationData.trustLsUrl Property

 

Gets or sets the Federation Service Endpoint URL of this realm/account partner/resource 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 Endpoint URL of this realm/account partner/resource partner.

See Also

TrustConfigurationData Class
System.Web.Security.SingleSignOn Namespace

Return to top