Writing Exit Modules

Exit modules are COM objects that receive notifications from the Server Engine when operations such as the issuance of a certificate occur, and can call an interface that is a subset of the same interface called by the policy module. A typical operation for an exit module would be to publish a completed certificate in a specified location. Developers can refer to the source code for the default exit module to help write their own custom exit modules.