Enum WindowsGenericAuditFlags
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents generic audit flags.
[Flags]
public enum WindowsGenericAuditFlags
Fields
All = Success | FailureAll events should be audited.
Failure = 2Failure events should be audited.
None = 0No audit flags are assigned.
Success = 1Sucess events should be audited.
Unknown = 4The audit flags setting is unknown.