Table of Contents

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 | Failure

Audit both successful and failed attempts.

Failure = 2

Audit failed attempts.

None = 0

Do not audit.

Success = 1

Audit successful attempts.

Unknown = 1024

The audit type is unknown.