OneToOneCertificateMappingElement Class [IIS 7 and higher]
Represents a one-to-one mapping of a Secure Sockets Layer (SSL) certificate to a user account.
Syntax
class OneToOneCertificateMappingElement : CollectionElement
Methods
This class contains no methods.
Properties
The following table lists the properties exposed by the OneToOneCertificateMappingElement class.
Name |
Description |
---|---|
Certificate |
A read-only string value that specifies an SSL certificate. The key property. |
Enabled |
A read/write boolean value. true if one-to-one certificate mapping is enabled for the certificate specified in the Certificate property; otherwise, false. The default is true. |
Password |
A read/write string value that specifies the password for the Windows user account to which the certificate is mapped. |
UserName |
A read/write string value that specifies the user name of the user account to which the SSL certificate is mapped. |
Subclasses
This class contains no subclasses.
Remarks
Instances of this class are contained in the OneToOneMappings array property of the OneToOneSettings class.
Inheritance Hierarchy
OneToOneCertificateMappingElement
Requirements
Type |
Description |
---|---|
Client |
Requires IIS 7 on Windows Vista. |
Server |
Requires IIS 7 on Windows Server 2008. |
Product |
IIS 7 |
MOF file |
WebAdministration.mof |
See Also
Reference
AccessSection Class [IIS 7 and higher]
ClientCertificateMappingAuthenticationSection Class [IIS 7 and higher]
CollectionElement Class [IIS 7 and higher]
IisClientCertificateMappingAuthenticationSection Class [IIS 7 and higher]
ManyToOneCertificateMappingElement Class [IIS 7 and higher]
ManyToOneCertificateMappingRuleElement Class [IIS 7 and higher]