AdcsCertSrvAudits Enumeration |
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: SysadminsLV.PKI.Management.CertificateServices
Member name | Value | Description | |
---|---|---|---|
None | 0 | No audit is performed on CA server. | |
StartAndStop | 1 | Audit start/stop of the service. | |
BackupAndRestore | 2 | Audit operations associated with backup/restore of the CA database. | |
CertificateIssued | 4 | Audit operations associated with certificate issuance. | |
CertificateRevoked | 8 | Audit operations associated with certificate revocation. | |
SecurityChange | 16 | Audit changes to the security settings on the Certification Authority service. | |
KeyRecovery | 32 | Audit operations associated with Key Recovery. | |
ConfigChange | 64 | Audit operations associated with changes in CA configuration. | |
All | 127 | Audit all operations on CA server. |