ICspInformations interface (certenroll.h)

The ICspInformations interface defines the following methods and properties to manage a collection of ICspInformation objects.

Inheritance

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

Methods

The ICspInformations interface has these methods.

 
ICspInformations::Add

Adds an ICspInformation object to the collection.
ICspInformations::AddAvailableCsps

Adds the providers installed on the computer to the collection.
ICspInformations::Clear

Removes all ICspInformation objects from the collection.
ICspInformations::get__NewEnum

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

Retrieves the number of ICspInformation objects in the collection.
ICspInformations::get_ItemByIndex

Retrieves an ICspInformation object from the collection by index number.
ICspInformations::get_ItemByName

Retrieves an ICspInformation object from the collection by name.
ICspInformations::GetCspStatusesFromOperations

Retrieves an ICspStatuses collection by supported key operations and optional provider information.
ICspInformations::GetCspStatusFromProviderName

Retrieves an ICspStatus object for a legacy provider by provider name and supported key operations.
ICspInformations::GetEncryptionCspAlgorithms

Retrieves the collection of encryption algorithms supported by a provider.
ICspInformations::GetHashAlgorithms

Retrieves the collection of hash algorithms supported by a provider.
ICspInformations::Remove

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

ICspInformation

IDispatch