Table of Contents

Class WindowsRegistryAuditRule

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

Represents an individual registry audit rule.

public class WindowsRegistryAuditRule : WindowsRegistryRuleBase, IComparable<WindowsRegistryRuleBase>
Inheritance
WindowsRegistryAuditRule
Implements
Inherited Members

Constructors

WindowsRegistryAuditRule()

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

public WindowsRegistryAuditRule()

Properties

AuditFlags

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

public WindowsRegistryAuditFlags AuditFlags { get; set; }

Property Value

WindowsRegistryAuditFlags

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 registry audit rule as a human readable string in the format "AccountName [Type]".

public override string ToString()

Returns

string

The registry audit rule as a human readable string.