ICspAlgorithms interface (certenroll.h)

The ICspAlgorithms interface defines the following methods and properties that manage a collection of ICspAlgorithm objects.

Inheritance

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

Methods

The ICspAlgorithms interface has these methods.

 
ICspAlgorithms::Add

Adds an ICspAlgorithm object to the collection.
ICspAlgorithms::Clear

Removes all ICspAlgorithm objects from the collection.
ICspAlgorithms::get__NewEnum

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

Retrieves the number of ICspAlgorithm objects in the collection.
ICspAlgorithms::get_IndexByObjectId

Retrieves the index of an ICspAlgorithm object by object identifier (OID).
ICspAlgorithms::get_ItemByIndex

Retrieves an ICspAlgorithm object from the collection by index number.
ICspAlgorithms::get_ItemByName

Retrieves an ICspAlgorithm object from the collection by name.
ICspAlgorithms::Remove

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