ICertExit Interface

The ICertExit interface provides communications between the Certificate Services server and an exit module.

Definition

Namespace: ADCS.CertMod.Managed.Exit
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.0.0)
C#
public interface ICertExit

Methods

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.

See Also