CertExitBaseNotify(CertServerModule, ExitEvents, Int32) 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: 2.0.0.0 (2.0.0.0)
C#
protected abstract void Notify(
	CertServerModule certServer,
	ExitEvents ExitEvent,
	int Context
)

Parameters

certServer  CertServerModule
An instance of CertServerModule class that allows to access request details.
ExitEvent  ExitEvents
Context  Int32

See Also