Table of Contents

Class WindowsAuditPolicyEntry

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

Represents a Windows audit policy entry.

public class WindowsAuditPolicyEntry : BaseTypeSection
Inheritance
WindowsAuditPolicyEntry

Constructors

WindowsAuditPolicyEntry()

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

public WindowsAuditPolicyEntry()

Properties

AuditType

Gets or sets the type of audit entry.

public WindowsAuditPolicyType AuditType { get; set; }

Property Value

WindowsAuditPolicyType

AuditTypeString

Gets the type of audit entry as a human readable string. Applies to Windows 2003 and above only.

public string AuditTypeString { get; set; }

Property Value

string

ConfigurationSource

Gets or sets the configuration source of the audit policy entry.

public PolicyConfigurableSource ConfigurationSource { get; set; }

Property Value

PolicyConfigurableSource

Methods

ToString()

Returns the Windows audit policy entry as a human readable string.

public override string ToString()

Returns

string

The audit policy entry as a human readable string.