Table of Contents

Enum WindowsGenericAuditFlags

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents generic audit flags.

[Flags]
public enum WindowsGenericAuditFlags

Fields

All = Success | Failure

All events should be audited.

Failure = 2

Failure events should be audited.

None = 0

No audit flags are assigned.

Success = 1

Sucess events should be audited.

Unknown = 4

The audit flags setting is unknown.