Table of Contents

Class WindowsAdvancedAuditPolicy

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

Represents the advanced audit policy on a Windows machine. This applies to Windows 2008 R2 and above only.

public class WindowsAdvancedAuditPolicy : BypassSection
Inheritance
WindowsAdvancedAuditPolicy
Inherited Members

Constructors

WindowsAdvancedAuditPolicy()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsAdvancedAuditPolicy class.

public WindowsAdvancedAuditPolicy()

Properties

Categories

Gets or sets the categories that can be audited by the system.

public WindowsAdvancedAuditPolicyCategoryCollection Categories { get; set; }

Property Value

WindowsAdvancedAuditPolicyCategoryCollection

ForceSubcategorySettings

Gets or sets whether audit policy subcategory settings should be forced on the operating system.

public BooleanOption ForceSubcategorySettings { get; set; }

Property Value

BooleanOption

Methods

ToString()

Returns the advanced audit policy as a human readable string.

public override string ToString()

Returns

string

The advanced audit policy as a human readable string.