Enum WindowsAdvancedAuditPolicyType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of auditing to perform for a given subcategory.
[Flags]
public enum WindowsAdvancedAuditPolicyType
Fields
Both = Success | FailureAudit both successful and failed attempts.
Failure = 2Audit failed attempts.
None = 0Do not audit.
Success = 1Audit successful attempts.
Unknown = 1024The audit type is unknown.