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: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
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