Table of Contents

Class WindowsEventLogSecurityDescriptor

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

Represents a security descriptor that is assigned to a Windows event log.

public class WindowsEventLogSecurityDescriptor : BypassSection
Inheritance
WindowsEventLogSecurityDescriptor
Inherited Members

Constructors

WindowsEventLogSecurityDescriptor()

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

public WindowsEventLogSecurityDescriptor()

Properties

AccessRules

Gets or sets the event log access rules assigned to the security descriptor.

public WindowsEventLogAccessRules AccessRules { get; set; }

Property Value

WindowsEventLogAccessRules

Owner

Gets or sets the owner.

public SerializableAccountReference Owner { get; set; }

Property Value

SerializableAccountReference

Sddl

Gets or sets the security descriptor for in SDDL format.

public string Sddl { get; set; }

Property Value

string

Methods

ToString()

Returns the registry security descriptor as a human readable string.

public override string ToString()

Returns

string

The registry descriptor as a human readable string.