Share via


IIsCertMapper (ADSI)

The IIsCertMapper object maps client certificates to Windows user accounts. IIsCertMapper is an ADSI object, but not an ADSI container object.

ADsPath

IIS://MachineName/W3SVC/N/IIsCertMapper

where MachineName can be any name or LocalHost.

Syntax

varReturn**= IIsCertMapper.**Method

Parameters
  • varReturn
    A variable that receives the return value from the method.
  • Method
    The object method chosen.
Methods
IIsCertMapper.CreateMapping (ADSI) Maps a certificate to a Windows account.
IIsCertMapper.DeleteMapping (ADSI) Deletes an existing certificate mapping.
IIsCertMapper.GetMapping (ADSI) Retrieves an existing certificate mapping.
IIsCertMapper.SetAcct (ADSI) Sets a new value for the Windows account string in an existing certificate mapping.
IIsCertMapper.SetEnabled (ADSI) Enables or disables an existing certificate mapping.
IIsCertMapper.SetName (ADSI) Sets a new value for the name string in an existing certificate mapping.
IIsCertMapper.SetPwd (ADSI) Sets a new value for the Windows password string in an existing certificate mapping.
  • For information on standard methods for ADSI objects, see Windows ADSI Object Methods.