OcspResponderLogLevel Enumeration

Defines the level of information that is to be communicated to the system (application eventlog channel) as part of operations being performed on the service.

Definition

Namespace: SysadminsLV.PKI.Management.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public enum OcspResponderLogLevel

Members

Minimal0 Log events for errors and warnings that occur on the responder.
Terse3 Log errors, warnings, and informational events.
Verbose4 Log extended events.
Exhaustive6 Throttling is removed for events that can be generated quickly, such as MSG_E_POSSIBLE_DENIAL_OF_SERVICE_ATTACK.

See Also