public abstract class CertManageModule : ICertManageModule
Public MustInherit Class CertManageModule
Implements ICertManageModule
public ref class CertManageModule abstract : ICertManageModule
[<AbstractClassAttribute>]
type CertManageModule =
class
interface ICertManageModule
end
CertManageModule | Initializes a new instance of the CertManageModule class |
Configure | Displays the module user interface. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetProperty | The GetProperty method retrieves a module's property value. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
SetProperty | The SetProperty method allows a module to set a property value. |
ToString | Returns a string that represents the current object. (Inherited from Object) |