The IIsCertMapper object maps client certificates to Windows user accounts. IIsCertMapper is an ADSI object, but not an ADSI container object. See ADSI Features for more information about ADSI container objects.
where MachineName can be any name or "LocalHost."
varReturn = IIsCertMapper.Method
CreateMapping | Maps a certificate to a Windows account. |
DeleteMapping | Deletes an existing certificate mapping. |
GetMapping | Retrieves an existing certificate mapping. |
SetAcct | Sets a new value for the Windows account string in an existing certificate mapping. |
SetEnabled | Enables or disables an existing certificate mapping. |
SetName | Sets a new value for the name string in an existing certificate mapping. |
SetPwd | Sets a new value for the Windows password string in an existing certificate mapping. |
ADSI Object Methods | Standard methods for ADSI objects. |