IIsCertMapper (WMI)

This class corresponds to the IIsCertMapper IIS Admin object, and contains the methods and read-only properties for the object.

CIM_LogicalElement (WMI)

Methods in Vtable Order

The IIsCertMapper object defines the following methods, in addition to those inherited from CIM_LogicalElement (WMI).

Method

Description

IIsCertMapper.CreateMapping (WMI)

The CreateMapping method maps a certificate to a Windows account.

IIsCertMapper.DeleteMapping (WMI)

The DeleteMapping method deletes an existing certificate mapping. Four seek methods are available to search for the mapping: by certificate, by name, by Windows account, and by numeric String index.

IIsCertMapper.GetMapping (WMI)

The GetMapping method retrieves a certificate and the mapping data from an existing certificate mapping. Four seek methods are available to search for the mapping: by certificate, by name, by Windows account, and by numeric String index. The retrieved mapping is returned in parameter variables that you provide.

IIsCertMapper.SetAcct (WMI)

The SetAcct method sets a new value for the Windows account String in an existing certificate mapping. Four seek methods are available to search for the mapping: by certificate, by name, by Windows account, and by numeric String index.

IIsCertMapper.SetEnabled (WMI)

The SetEnabled method enables or disables an existing certificate mapping. Four seek methods are available to search for the mapping: by certificate, by name, by Windows account, and by numeric String index.

IIsCertMapper.SetName (WMI)

The SetName method sets a new value for the name String in an existing certificate mapping. Four seek methods are available to search for the mapping: by certificate, by name, by Windows account, and by numeric String index.

IIsCertMapper.SetPwd (WMI)

The SetPwd method sets a new value for the Windows password String in an existing certificate mapping. Four seek methods are available to search for the mapping: by certificate, by name, by Windows account, and by numeric String index.

Properties

The IIsCertMapper object defines the following property, in addition to those inherited from CIM_LogicalElement (WMI).

Property

Data type

Description

Name

String

The Name property defines the label by which the object is known. When subclassed, the Name property can be overridden to be a Key property.

Requirements

Server: Requires or Windows Server 2003.

Product: IIS

See Also