IObjectIds interface (certenroll.h)

The IObjectIds interface defines methods and properties that enable you to manage a collection of IObjectId objects.

Inheritance

The IObjectIds interface inherits from the IDispatch interface. IObjectIds also has these types of members:

Methods

The IObjectIds interface has these methods.

 
IObjectIds::Add

Adds an IObjectId object to the collection.
IObjectIds::AddRange

Adds a range of IObjectId objects to the collection.
IObjectIds::Clear

Removes all IObjectId objects from the collection.
IObjectIds::get__NewEnum

Retrieves the enumerator for the collection. (IObjectIds.get__NewEnum)
IObjectIds::get_Count

Retrieves the number of objects in the collection. (IObjectIds.get_Count)
IObjectIds::get_ItemByIndex

Retrieves an IObjectId object from the collection by index number.
IObjectIds::Remove

Removes an IObjectId object from the collection by index value.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header certenroll.h

See also

CertEnroll Interfaces

IDispatch

IObjectId