ICertificatePolicies interface (certenroll.h)

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

Inheritance

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

Methods

The ICertificatePolicies interface has these methods.

 
ICertificatePolicies::Add

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

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

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

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

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

Removes an object from the collection by index number. (ICertificatePolicies.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

ICertificatePolicy

IDispatch