ICertManageModule Interface

The ICertManageModule interface is provided to retrieve information about a Certificate Services Policy or Exit module.

Definition

Namespace: ADCS.CertMod.Managed
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.0.0)
C#
public interface ICertManageModule

Methods

Configure Displays the module user interface.
GetProperty The GetProperty method retrieves a module's property value.
SetProperty The SetProperty method allows a module to set a property value.

See Also