IX509NameValuePairs interface (certenroll.h)

The IX509NameValuePairs interface defines the following methods and properties to manage a collection of IX509NameValuePair objects.

Inheritance

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

Methods

The IX509NameValuePairs interface has these methods.

 
IX509NameValuePairs::Add

Adds an IX509NameValuePair object to the collection.
IX509NameValuePairs::Clear

Removes all IX509NameValuePair objects from the collection.
IX509NameValuePairs::get__NewEnum

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

Retrieves the number of IX509NameValuePair objects in the collection.
IX509NameValuePairs::get_ItemByIndex

Retrieves an IX509NameValuePair object from the collection by index number.
IX509NameValuePairs::Remove

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

IX509NameValuePair