The ICertExit interface is called by the certificate server to notify an exit module that an event of interest to the exit module has occurred. Examples of such events are certificate issuance, CRL issuance, or server shutdown. The exit module can then query the server through the ICertServerExit interface to determine the properties of any object associated with the event, such as a certificate or CRL.
The following methods are provided by the ICertExit interface.
Method | Description |
---|---|
GetDescription | Returns a human readable description of the exit module and its function. |
Initialize | Called by the Server Engine when it initializes itself. |
Notify | Called by the Server Engine to notify an exit module that an event has occurred. |