Historical Content Alert

This is a historical content for Windows NT 4.0 product and is presented for informative purposes only. All content in this directory is copyrighted and owned by Microsoft.

Custom Exit Modules

Custom exit modules must implement the ICertExit interface, which is called by the Server Engine. The ICertExit::Initialize method is called by the Server Engine when the exit module is loaded. It allows the exit module to perform initialization and returns a value that informs the Server Engine of the kinds of events for which it wants notification. The ICertExit::GetDescription method must return a description string when the Server Engine requests it. The ICertExit::Notify method is called by the Server Engine to notify the exit module that an event has occurred.

Exit modules can call the ICertServerExit interface, which supports many of the same methods as the ICertServerPolicy interface, with the exception of the SetCertificateExtension and SetCertificateProperty methods.

See the Exit Module Customization topic in the Administrator's Guide for information on removing the existing exit module and installing a new one.

Note A future release of Certificate Server will support installation of multiple exit modules.


Share this article: