IIsCertMapper

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.

ADsPath
IIS://MachineName/W3SVC/N/IIsCertMapper

where MachineName can be any name or "LocalHost."

Syntax

varReturn = IIsCertMapper.Method

 

Parts
varReturn
A variable that receives the return value from the method.
Method
The object method chosen.
Methods
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.

See Also
ADSI Object Methods Standard methods for ADSI objects.