ICertView Interface

[This is preliminary documentation and subject to change.]

The ICertView interface allows properly authorized clients to create a view of the Certificate Server database. ICertView allows the client to retrieve a customized view of the database or to retrieve the database in its entirety. ICertView is instantiated through a call to the COM function CoCreateInstance.

The following methods are provided by the ICertView interface.

Method Description
EnumCertViewColumn Obtains a pointer to the IEnumCERTVIEWCOLUMN interface.
GetColumnCount Retrieves the count of columns in the view.
GetColumnIndex Retrieves the zero-based index of a column.
OpenConnection Establishes a connection with a Certificate Server.
OpenView Opens a view to a Certificate Server database and obtains a pointer to the IEnumCERTVIEWROW interface.
SetRestriction Sets sorting and qualifying restrictions on a column.
SetResultColumn Specifies a column for use in a customized view.
SetResultColumnCount Sets the number of columns in a customized view.