IIsCertMapper (ADSI)

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

Methods in Vtable Order

The IIsCertMapper object defines the following methods.

Method

Description

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.

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.

Requirements

Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.

Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.

Product: IIS

See Also