IisClientCertificateMappingAuthenticationSection 类
配置 IIS 客户端证书的映射。
语法
class IisClientCertificateMappingAuthenticationSection : ConfigurationSectionWithCollection
方法
下表列出了 IisClientCertificateMappingAuthenticationSection
类公开的方法。
名称 | 说明 |
---|---|
添加 | (继承自 ConfigurationSectionWithCollection。) |
清除 | (从 ConfigurationSectionWithCollection 继承。) |
Get | (从 ConfigurationSectionWithCollection 继承。) |
GetAllowDefinition | (继承自 ConfigurationSection。) |
GetAllowLocation | (从 ConfigurationSection 继承。) |
删除 | (从 ConfigurationSectionWithCollection 继承。) |
RevertToParent | (从 ConfigurationSection 继承。) |
SetAllowDefinition | (从 ConfigurationSection 继承。) |
SetAllowLocation | (从 ConfigurationSection 继承。) |
属性
下表列出了 IisClientCertificateMappingAuthenticationSection
类公开的属性。
名称 | 描述 |
---|---|
DefaultLogonDomain |
一个读/写 string 值,指定服务器对用户进行身份验证所使用的默认域。 |
Enabled |
一个读/写 boolean 值。 如果启用了 IIS 客户端证书映射身份验证,则为 true ,否则为 false 。 默认为 false 。 |
Location |
(继承自 ConfigurationSection 。)一个键属性。 |
LogonMethod |
一个指定登录方法的读/写 sint32 枚举。 后文的“注解”部分列出了可能的值。 |
ManyToOneCertificateMappingsEnabled |
一个读/写 boolean 值。 如果启用了多对一映射,则为 true ;否则为 false 。 默认为 true 。 |
ManyToOneMappings |
一个 ManyToOneSettings 值,指定多对一客户端证书映射。 |
OneToOneCertificateMappingsEnabled |
一个读/写 boolean 值。 如果启用了一对一映射,则为 true ;否则为 false 。 默认为 true 。 |
OneToOneMappings |
一个 OneToOneSettings 值,指定一对一客户端证书映射。 |
Path |
(继承自 ConfigurationSection 。)一个键属性。 |
SectionInformation |
(从 ConfigurationSection 继承。) |
子类
此类不包含子类。
注解
下表列出了 LogonMethod
属性的可能值。 默认值为 3 (ClearText
)。
值 | 关键字 | 说明 |
---|---|---|
0 | Interactive |
此登录类型适用于将交互使用计算机的用户。 |
1 | Batch |
此登录类型适用于批处理服务器,无需用户直接干预即可代表用户执行进程。 不会缓存此登录类型的凭据。 |
2 | Network |
此登录类型适用于高性能服务器对明文密码进行身份验证。 不会缓存此登录类型的凭据。 |
3 | ClearText |
此登录类型保留身份验证包中的姓名和密码,从而允许服务器在模拟客户端时连接到其他网络服务器。 |
继承层次结构
ConfigurationSectionWithCollection
IisClientCertificateMappingAuthenticationSection
要求
类型 | 描述 |
---|---|
客户端 | - Windows Vista 上的 IIS 7.0 - Windows 7 上的 IIS 7.5 - Windows 8 上的 IIS 8.0 - Windows 10 上的 IIS 10.0 |
服务器 | - Windows Server 2008 上的 IIS 7.0 - Windows Server 2008 R2 上的 IIS 7.5 - Windows Server 2012 上的 IIS 8.0 - Windows Server 2012 R2 上的 IIS 8.5 - Windows Server 2016 上的 IIS 10.0 |
产品 | - IIS 7.0、IIS 7.5、IIS 8.0、IIS 8.5、IIS 10.0 |
MOF 文件 | WebAdministration.mof |
另请参阅
AccessSection 类
ClientCertificateMappingAuthenticationSection 类
CollectionElement 类
ConfigurationSectionWithCollection 类
ManyToOneCertificateMappingElement 类
ManyToOneCertificateMappingRuleElement 类
ManyToOneSettings 类
OneToOneCertificateMappingElement 类
OneToOneSettings 类