Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Configures mapping for IIS client certificates.
Syntax
class IisClientCertificateMappingAuthenticationSection : ConfigurationSectionWithCollection
Methods
The following table lists the methods exposed by the IisClientCertificateMappingAuthenticationSection
class.
Name | Description |
---|---|
Add | (Inherited from ConfigurationSectionWithCollection.) |
Clear | (Inherited from ConfigurationSectionWithCollection .) |
Get | (Inherited from ConfigurationSectionWithCollection .) |
GetAllowDefinition | (Inherited from ConfigurationSection.) |
GetAllowLocation | (Inherited from ConfigurationSection .) |
Remove | (Inherited from ConfigurationSectionWithCollection .) |
RevertToParent | (Inherited from ConfigurationSection .) |
SetAllowDefinition | (Inherited from ConfigurationSection .) |
SetAllowLocation | (Inherited from ConfigurationSection .) |
Properties
The following table lists the properties exposed by the IisClientCertificateMappingAuthenticationSection
class.
Name | Description |
---|---|
DefaultLogonDomain |
A read/write string value that specifies the default domain that the server uses to authenticate users. |
Enabled |
A read/write boolean value. true if IIS Client Certificate Mapping authentication is enabled; otherwise, false . The default is false . |
Location |
(Inherited from ConfigurationSection .) A key property. |
LogonMethod |
A read/write sint32 enumeration that specifies the method for logons. The possible values are listed later in the Remarks section. |
ManyToOneCertificateMappingsEnabled |
A read/write boolean value. true if many-to-one mapping is enabled; otherwise, false . The default is true . |
ManyToOneMappings |
A ManyToOneSettings value that specifies many-to-one client certificate mappings. |
OneToOneCertificateMappingsEnabled |
A read/write boolean value. true if one-to-one mapping is enabled; otherwise, false . The default is true . |
OneToOneMappings |
A OneToOneSettings value that specifies one-to-one client certificate mappings. |
Path |
(Inherited from ConfigurationSection .) A key property. |
SectionInformation |
(Inherited from ConfigurationSection .) |
Subclasses
This class contains no subclasses.
Remarks
The following table lists the possible values for the LogonMethod
property. The default is 3 (ClearText
).
Value | Keyword | Description |
---|---|---|
0 | Interactive |
This logon type is intended for users who will be interactively using the computer. |
1 | Batch |
This logon type is intended for batch servers, where processes may be executing on behalf of a user without their direct intervention. Credentials are not cached for this logon type. |
2 | Network |
This logon type is intended for high performance servers to authenticate plaintext passwords. Credentials are not cached for this logon type. |
3 | ClearText |
This logon type preserves the name and password in the authentication package, which allows the server to make connections to other network servers while impersonating the client. |
Inheritance Hierarchy
ConfigurationSectionWithCollection
IisClientCertificateMappingAuthenticationSection
Requirements
Type | Description |
---|---|
Client | - IIS 7.0 on Windows Vista - IIS 7.5 on Windows 7 - IIS 8.0 on Windows 8 - IIS 10.0 on Windows 10 |
Server | - IIS 7.0 on Windows Server 2008 - IIS 7.5 on Windows Server 2008 R2 - IIS 8.0 on Windows Server 2012 - IIS 8.5 on Windows Server 2012 R2 - IIS 10.0 on Windows Server 2016 |
Product | - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0 |
MOF file | WebAdministration.mof |
See Also
AccessSection Class
ClientCertificateMappingAuthenticationSection Class
CollectionElement Class
ConfigurationSectionWithCollection Class
ManyToOneCertificateMappingElement Class
ManyToOneCertificateMappingRuleElement Class
ManyToOneSettings Class
OneToOneCertificateMappingElement Class
OneToOneSettings Class