Enum NtfsAuditFlags
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the NTFS audit flags.
[Flags]
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum NtfsAuditFlags
Fields
All = Success | FailureAll events should be audited.
Failure = 2Failure events should be audited.
Success = 1Sucess events should be audited.
Unknown = 0No audit flags are unknown.