public interface ICertPolicy
Public Interface ICertPolicy
public interface class ICertPolicy
type ICertPolicy = interface end
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. |