CertExitBaseInitialize Method

Called by the server engine when it initializes itself.

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 abstract ExitEvents Initialize(
	string strConfig
)

Parameters

strConfig  String
Represents the name of the certification authority, as entered during Certificate Services setup.

Return Value

ExitEvents
A pointer to the value that represents the events for which the exit module requests notification.

Implements

ICertExit2Initialize(String)
ICertExitInitialize(String)

See Also