HttpTransportSecurityElement.Realm 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置摘要式或基本身份验证的身份验证领域。
public:
property System::String ^ Realm { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("realm", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string Realm { get; set; }
[<System.Configuration.ConfigurationProperty("realm", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.Realm : string with get, set
Public Property Realm As String
属性值
身份验证领域。 默认值为 ""。
- 属性
注解
身份验证领域是一个字符串,它至少包含执行身份验证的主机的名称。 它还可以指定具有访问权限的用户的集合。
用户可以查询身份验证领域,以了解多个可能的用户名和密码中哪一个可以使用。