IX509Attributes interface (certenroll.h)

The IX509Attributes interface defines the following methods and properties that enable you to manage a collection of IX509Attribute objects.

Inheritance

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

Methods

The IX509Attributes interface has these methods.

 
IX509Attributes::Add

Adds an IX509Attribute object to the collection.
IX509Attributes::Clear

Removes all IX509Attribute objects from the collection.
IX509Attributes::get__NewEnum

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

Retrieves the number of IX509Attribute objects in the collection.
IX509Attributes::get_ItemByIndex

Retrieves an IX509Attribute object from the collection by index number.
IX509Attributes::Remove

Removes an IX509Attribute 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

IX509Attribute

IX509AttributeExtensions

IX509Attributes