ICertExitInitialize 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: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
C#
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.

See Also