[This is preliminary documentation and subject to change.]
The ICertManageModule interface is provided to retrieve information about a Certificate Server Policy or Exit module. Additionally, the ICertManageModule interface provides a method to invoke the module user interface for setting and viewing configuration settings. The ICertManageModule is instantiated through a call to the COM functions CoCreateInstance or CoCreateInstanceEx.
The following methods are provided by the ICertManageModule interface.
| Method | Description |
|---|---|
| Configure | Invokes module configuration user interface. |
| GetCopyright | Retrieves module copyright data. |
| GetDescription | Retrieves module description. |
| GetFileVersion | Retrieves module file version. |
| GetName | Retrieves module name. |
| GetProductVersion | Retrieves module product version. |