ICertProperties interface (certenroll.h)

The ICertProperties interface contains methods and properties that enable you to manage a collection of certificate properties.

Inheritance

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

Methods

The ICertProperties interface has these methods.

 
ICertProperties::Add

Adds a property to the collection.
ICertProperties::Clear

Removes all properties from the collection.
ICertProperties::get__NewEnum

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

Retrieves the number of properties in the collection.
ICertProperties::get_ItemByIndex

Retrieves a property from the collection by index number.
ICertProperties::InitializeFromCertificate

Initializes the collection from the properties contained in a certificate.
ICertProperties::Remove

Removes a property from the collection by index value.

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