SignInRequestMessage.HomeRealm Property

Definition

Gets or sets the whr parameter of the message.

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

Property Value

The value of the whr parameter. This is specified as a URI.

Remarks

The whr parameter identifies the security realm of the identity provider to use for the request. It can be specified as the URL of the IP-STS to use or as an identifier that is understood by the receiver of the request. The whr parameter is optional Set the HomeRealm property to null or an empty string to remove the whr parameter from the message.

Applies to