Click or drag to resize

AdcsCertSrvAudits Enumeration

Defines ADCS Certification Authority internal audit settings.

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

Namespace:  SysadminsLV.PKI.Management.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
[FlagsAttribute]
public enum AdcsCertSrvAudits
Members
  Member nameValueDescription
None0 No audit is performed on CA server.
StartAndStop1 Audit start/stop of the service.
BackupAndRestore2 Audit operations associated with backup/restore of the CA database.
CertificateIssued4 Audit operations associated with certificate issuance.
CertificateRevoked8 Audit operations associated with certificate revocation.
SecurityChange16 Audit changes to the security settings on the Certification Authority service.
KeyRecovery32 Audit operations associated with Key Recovery.
ConfigChange64 Audit operations associated with changes in CA configuration.
All127 Audit all operations on CA server.
See Also