Share via


RSTRResult.ForeignRealmUri Property

 

Gets or sets the URI for the foreign realm.

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

Syntax

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

Property Value

Type: System.String

The URI for the foreign realm.

See Also

RSTRResult Class
System.Web.Security.SingleSignOn Namespace

Return to top