ICertExit2 Interface
The ICertExit2 interface provides communications between the Certificate Services server and an exit module.
This interface extends
ICertExit interface.
Namespace: ADCS.CertMod.Managed.ExitAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 2.0.0.0 (2.0.0.0)
public interface ICertExit2 : ICertExit
Public Interface ICertExit2
Inherits ICertExit
public interface class ICertExit2 : ICertExit
type ICertExit2 =
interface
interface ICertExit
end
- Implements
- ICertExit
GetDescription |
Returns a human-readable description of the exit module and its function.
|
GetManageModule |
Called by the server engine to retrieve the object that allows the Certification Authority to configure the exit module.
|
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.
|