OcspResponderAuditFilter Enumeration

Represents the Online Responder audit filter options that are logged in Security event log.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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#
[FlagsAttribute]
public enum OcspResponderAuditFilter

Members

None0 Nothing is audited.
StartAndStop1 Audit start/stop of the service.
ConfigurationChange2 Audit changes to the revocation configurations on the responder.
RequestReceive4 Audit OCSP requests received by the responder.
SecurityChange8 Audit changes to the security descriptor on the responder.

See Also