WSFederationElement.Realm 属性

定义

获取或设置 realm 特性。

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

属性值

一个包含请求的 URL 领域的字符串。 默认值为一个空字符串。 设置 WS-Federation 登录请求 wtrealm 参数。 必需。

属性

适用于

另请参阅