IAlternativeNames interface (certenroll.h)

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

Inheritance

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

Methods

The IAlternativeNames interface has these methods.

 
IAlternativeNames::Add

Adds an object to the collection. (IAlternativeNames.Add)
IAlternativeNames::Clear

Removes all objects from the collection. (IAlternativeNames.Clear)
IAlternativeNames::get__NewEnum

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

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

The IAlternativeNames::get_ItemByIndex function retrieves an object from the collection by index number.
IAlternativeNames::Remove

Removes an object from the collection by index number. (IAlternativeNames.Remove)

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

IAlternativeName

IDispatch