IX509Extensions interface (certenroll.h)

The IX509Extensions interface defines the following methods and properties to manage a collection of IX509Extension objects.

Inheritance

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

Methods

The IX509Extensions interface has these methods.

 
IX509Extensions::Add

Adds an IX509Extension object to the collection.
IX509Extensions::AddRange

Adds a range of IX509Extension objects to the collection.
IX509Extensions::Clear

Removes all IX509Extension objects from the collection.
IX509Extensions::get__NewEnum

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

Retrieves the number of IX509Extension objects in the collection.
IX509Extensions::get_IndexByObjectId

Retrieves the index of an extension in the collection by object identifier (OID).
IX509Extensions::get_ItemByIndex

Retrieves an IX509Extension object from the collection by index number.
IX509Extensions::Remove

Removes an IX509Extension object from the collection by index number.

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

IX509Extension