DigestAuthenticationSection 类

配置摘要式身份验证。

语法

class DigestAuthenticationSection : ConfigurationSection  

方法

下表列出了 DigestAuthenticationSection 类公开的方法。

名称 描述
GetAllowDefinition (继承自 ConfigurationSection。)
GetAllowLocation (从 ConfigurationSection 继承。)
RevertToParent (从 ConfigurationSection 继承。)
SetAllowDefinition (从 ConfigurationSection 继承。)
SetAllowLocation (从 ConfigurationSection 继承。)

属性

下表列出了 DigestAuthenticationSection 类公开的属性。

名称 描述
Enabled 一个读/写 boolean 值。 如果启用了摘要式身份验证,则为 true;否则为 false。 默认为 false
Location (继承自 ConfigurationSection。)一个键属性。
Path (继承自 ConfigurationSection。)一个键属性。
Realm 一个读/写 string 值,包含客户端用于对用户凭据进行身份验证的域。
SectionInformation (从 ConfigurationSection 继承。)

子类

此类不包含子类。

注解

摘要式身份验证使用 Windows 域控制器来对请求访问 Web 服务器上的内容的用户进行身份验证。 在 IIS 6.0 中,摘要式身份验证称为高级摘要式身份验证。

继承层次结构

ConfigurationSection

DigestAuthenticationSection

要求

类型 描述
客户端 - IIS 7.0(在 Windows Vista 上)
- IIS 7.5(在 Windows 7 上)
- IIS 8.0(在 Windows 8 上)
- IIS 10.0(在 Windows 10 上)
服务器 - IIS 7.0(在 Windows Server 2008 上)
- IIS 7.5(在 Windows Server 2008 R2 上)
- IIS 8.0(在 Windows Server 2012 上)
- IIS 8.5(在 Windows Server 2012 R2 上)
- IIS 10.0(在 Windows Server 2016 上)
产品 - IIS 7.0、IIS 7.5、IIS 8.0、IIS 8.5、IIS 10.0
MOF 文件 WebAdministration.mof

另请参阅

ConfigurationSection 类
AnonymousAuthenticationSection 类
AuthenticationSection 类
BasicAuthenticationSection 类
ClientCertificateMappingAuthenticationSection 类
FormsAuthenticationConfiguration 类
FormsAuthenticationCredentials 类
FormsAuthenticationUser 类
IisClientCertificateMappingAuthenticationSection 类
PassportAuthentication 类
WindowsAuthenticationSection 类
配置摘要式身份验证