CertManageModule Class

Represents base implementation of ICertManageModule interface with default implementation for optional methods. Certain members are abstract and must be implemented by inheritors.

Definition

Namespace: ADCS.CertMod.Managed
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 2.0.0.0 (2.0.0.0)
C#
public abstract class CertManageModule : ICertManageModule
Inheritance
Object    CertManageModule
Implements
ICertManageModule

Constructors

CertManageModuleInitializes a new instance of the CertManageModule class

Methods

Configure Displays the module user interface.
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)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetProperty The GetProperty method retrieves a module's property value.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
SetProperty The SetProperty method allows a module to set a property value.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also