ISignerCertificates interface (certenroll.h)

The ISignerCertificates interface defines the following methods and properties to manage a collection of ISignerCertificate objects.

Inheritance

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

Methods

The ISignerCertificates interface has these methods.

 
ISignerCertificates::Add

Adds an ISignerCertificate object to the collection.
ISignerCertificates::Clear

Removes all ISignerCertificate objects from the collection.
ISignerCertificates::Find

Retrieves the index number of an ISignerCertificate object.
ISignerCertificates::get__NewEnum

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

Retrieves the number of ISignerCertificate objects in the collection.
ISignerCertificates::get_ItemByIndex

Retrieves an ISignerCertificate object from the collection by index number.
ISignerCertificates::Remove

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

Certificate Enrollment API

IDispatch

ISignerCertificate