ICryptAttributes interface (certenroll.h)

The ICryptAttributes interface contains methods and properties that enable you to manage a collection of ICryptAttribute objects.

Inheritance

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

Methods

The ICryptAttributes interface has these methods.

 
ICryptAttributes::Add

Adds an ICryptAttribute object to the collection.
ICryptAttributes::AddRange

Adds a range of ICryptAttribute objects to the collection. The attributes are contained in another ICryptAttributes collection.
ICryptAttributes::Clear

Removes all ICryptAttribute objects from the collection.
ICryptAttributes::get__NewEnum

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

Retrieves the number of ICryptAttribute objects in the collection.
ICryptAttributes::get_IndexByObjectId

Retrieves the index of an attribute by object identifier (OID).
ICryptAttributes::get_ItemByIndex

Retrieves an ICryptAttribute object from the collection by index number.
ICryptAttributes::Remove

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