ICertExit Interface
The ICertExit interface provides communications between the Certificate Services server and an exit module.
Namespace: ADCS.CertMod.Managed.ExitAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
public interface ICertExit
Public Interface ICertExit
public interface class ICertExit
type ICertExit = interface end
GetDescription |
Returns a human-readable description of the exit module and its function.
|
Initialize |
Called by the server engine when it initializes itself.
|
Notify |
Called by the server engine to notify an exit module that an event has occurred.
|