Share via


FsInformationData.hostedRealmUri Property

 

Gets or sets the URI for the hosted realm. Used by WS to authenticate cookies shared with the Federation Server.

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

Syntax

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

Property Value

Type: System.String

The URI for the hosted realm. Used by WS to authenticate cookies shared with the Federation Server.

See Also

FsInformationData Class
System.Web.Security.SingleSignOn Namespace

Return to top