ICertExitNotify Method

Called by the server engine to notify an exit module that an event has occurred.

Definition

Namespace: ADCS.CertMod.Managed.Exit
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
C#
void Notify(
	ExitEvents ExitEvent,
	int Context
)

Parameters

ExitEvent  ExitEvents
A mask that indicates the kind of exit event that has occurred.
Context  Int32
Specifies a context handle that can be used to get properties associated with the event from the ICertServerExit interface.

See Also