SignInRequestMessage.HomeRealm 属性

定义

获取或设置消息的 whr 参数。

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

属性值

whr 参数的值。 这被指定为 URI。

注解

whr 参数标识要用于请求的标识提供者的安全领域。 可以将其指定为要使用的 IP-STS 的 URL,也可以指定为请求接收方理解的标识符。 whr 参数是可选的,将 HomeRealm 属性设置为 null 或空字符串以从消息中删除 whr 参数。

适用于