CertExitBase Class

Represents base implementation of exit module.

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 class CertExitBase : ICertExit2, 
	ICertExit
Inheritance
Object    CertExitBase
Implements
ICertExit, ICertExit2

Constructors

CertExitBase(ILogWriter) Initializes a new instance of CertPolicyBase class.
CertExitBase(String, LogLevel) Initializes a new instance of CertPolicyBase class.

Properties

CertServer Gets the communicator with Certification Authority.
Logger Gets the current stream logger.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetDescription Returns a human-readable description of the exit module and its function.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetManageModule Called by the server engine to retrieve the object that allows the Certification Authority to configure the exit module.
GetTypeGets the Type of the current instance.
(Inherited from Object)
Initialize Called by the server engine when it initializes itself.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Notify Called by the server engine to notify an exit module that an event has occurred.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also