CertExitBaseInitialize Method
Called by the server engine when it initializes itself.
Namespace: ADCS.CertMod.Managed.ExitAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.0.0)
public abstract ExitEvents Initialize(
string strConfig
)
Public MustOverride Function Initialize (
strConfig As String
) As ExitEvents
public:
virtual ExitEvents Initialize(
String^ strConfig
) abstract
- strConfig String
-
Represents the name of the certification authority, as entered during Certificate Services setup.
ExitEventsA pointer to the value that represents the events for which the exit module requests notification.
ICertExit2Initialize(String)ICertExitInitialize(String)