public abstract class CertPolicyBase : ICertPolicy2,
ICertPolicy
Public MustInherit Class CertPolicyBase
Implements ICertPolicy2, ICertPolicy
public ref class CertPolicyBase abstract : ICertPolicy2,
ICertPolicy
[<AbstractClassAttribute>]
type CertPolicyBase =
class
interface ICertPolicy2
interface ICertPolicy
end
CertPolicyBase(ILogWriter, Int32) | Initializes a new instance of CertPolicyBase class. |
CertPolicyBase(String, LogLevel, Int32) | Initializes a new instance of CertPolicyBase class. |
CertServer | Obsolete. This member is obsolete.
Use provided instance in VerifyRequest(CertServerModule, PolicyModuleAction, Boolean) overload.
Obsolete. |
DefaultPolicyProgID | Gets or sets the default policy module ProgID. If this property is not set or invalid, then Windows Default policy module is used as underlying policy module. This property MUST be set when non-standard (like FIM CM) is used and you wish to use custom policy module along with this policy module. |
Logger | Gets the current stream logger. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetDescription | Returns a human-readable description of the policy module and its function. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetManageModule | Called by the server engine to retrieve the object that allows the Certification Authority to configure the policy module. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Initialize | Called by the server engine to allow the policy module to perform initialization tasks. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ShutDown | Called by the server engine before the server is terminated. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
VerifyRequest(CertServerModule, PolicyModuleAction, Boolean) |
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. |
VerifyRequest(String, Int32, Int32, Int32) |
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. |