Table of Contents

Class NtfsAuditRule

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

Represents an individual NTFS audit rule.

public class NtfsAuditRule : NtfsRuleBase, IComparable<NtfsRuleBase>
Inheritance
NtfsAuditRule
Implements
Inherited Members

Constructors

NtfsAuditRule()

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

public NtfsAuditRule()

Properties

AuditFlags

Gets or sets the audit flags assigned to this audit rule.

public NtfsAuditFlags AuditFlags { get; set; }

Property Value

NtfsAuditFlags

AuditFlagsString

Gets the audit flags assigned to this audit rule as a human readable string.

public string AuditFlagsString { get; set; }

Property Value

string

CollectionDisplayField

Gets the collection display field.

[Browsable(false)]
public string CollectionDisplayField { get; }

Property Value

string

CollectionIndex

Gets the unique collection index.

[Browsable(false)]
public string CollectionIndex { get; }

Property Value

string

Methods

ToString()

Returns this NTFS audit rule as a human readable string in the format "AccountName [Type]".

public override string ToString()

Returns

string

The NTFS audit rule as a human readable string.