[This is preliminary documentation and subject to change]

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
CreateMappingMaps a certificate to a Windows account.
DeleteMappingDeletes an existing certificate mapping.
GetMappingRetrieves an existing certificate mapping.
SetAcctSets a new value for the Windows account string in an existing certificate mapping.
SetEnabledEnables or disables an existing certificate mapping.
SetNameSets a new value for the name string in an existing certificate mapping.
SetPwdSets a new value for the Windows password string in an existing certificate mapping.

See Also
ADSI Object MethodsStandard methods for ADSI objects.


© 1997-2001 Microsoft Corporation. All rights reserved.