ICertSrvSetupKeyInformationCollection interface (casetup.h)
The ICertSrvSetupKeyInformationCollection interface defines functionality to populate and enumerate a collection of ICertSrvSetupKeyInformation objects. Microsoft provides an implementation of this interface in the CCertSrvSetupKeyInformationCollection class. You cannot create an external instance of this interface. You obtain this interface by calling the GetExistingCACertificates method.
Inheritance
The ICertSrvSetupKeyInformationCollection interface inherits from the IUnknown interface. ICertSrvSetupKeyInformationCollection also has these types of members:
Methods
The ICertSrvSetupKeyInformationCollection interface has these methods.
ICertSrvSetupKeyInformationCollection::Add Adds an ICertSrvSetupKeyInformation object to the collection. |
ICertSrvSetupKeyInformationCollection::get__NewEnum Gets an enumerator for the information set. |
ICertSrvSetupKeyInformationCollection::get_Count Gets the number of ICertSrvSetupKeyInformation objects in the collection. |
ICertSrvSetupKeyInformationCollection::get_Item Gets an ICertSrvSetupKeyInformation object that is identified by index in the collection. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 Datacenter, Windows Server 2008 Enterprise [desktop apps only] |
Target Platform | Windows |
Header | casetup.h |