ICertExit2 Interface

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

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 ICertExit2 : ICertExit
Implements
ICertExit

Methods

GetDescription Returns a human-readable description of the exit module and its function.
GetManageModule Called by the server engine to retrieve the object that allows the Certification Authority to configure the exit module.
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