Click or drag to resize

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.

Namespace:  SysadminsLV.PKI.Management.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public enum OcspResponderLogLevel
Members
  Member nameValueDescription
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