WSFederationElement.HomeRealm 属性

定义

获取或设置 homeRealm 特性。

public:
 property System::String ^ HomeRealm { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("homeRealm", IsRequired=false)]
public string HomeRealm { get; set; }
[<System.Configuration.ConfigurationProperty("homeRealm", IsRequired=false)>]
member this.HomeRealm : string with get, set
Public Property HomeRealm As String

属性值

包含标识提供程序的主领域 URI 的字符串。 默认值为一个空字符串。 设置 WS-Federation 登录请求 whr 参数。 可选。

属性

适用于

另请参阅