ICertPolicy Interface

Provide communications between the Certificate Services server engine and the policy module.

Definition

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

Methods

GetDescription Returns a human-readable description of the policy module and its function.
Initialize Called by the server engine to allow the policy module to perform initialization tasks.
ShutDown Called by the server engine before the server is terminated.
VerifyRequest The VerifyRequest method notifies the policy module that a new request has entered the system. The policy module can then interact with that request by passing Context as a parameter when retrieving or setting properties on the request or associated certificate.

The returned disposition value indicates whether the request has been accepted, denied, or has been sent to the administration queue for later evaluation.

See Also