public interface ICertPolicy2 : ICertPolicy
Public Interface ICertPolicy2
Inherits ICertPolicy
public interface class ICertPolicy2 : ICertPolicy
type ICertPolicy2 =
interface
interface ICertPolicy
end
GetDescription | Returns a human-readable description of the policy module and its function. |
GetManageModule | Called by the server engine to retrieve the object that allows the Certification Authority to configure the policy module. |
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. |