Share via


TrustConfigurationData.trustUri Property

 

Gets or sets the Federation Service URI.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public string trustUri { get; set; }
public:
property String^ trustUri {
    String^ get();
    void set(String^ value);
}
member trustUri : string with get, set
Public Property trustUri As String

Property Value

Type: System.String

The Federation Service URI.

See Also

TrustConfigurationData Class
System.Web.Security.SingleSignOn Namespace

Return to top