Table of Contents

Class NtfsSecurityDescriptor

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

Represents a security descriptor that is assigned to a Windows filesystem object such as a file or folder.

public class NtfsSecurityDescriptor : BypassSection
Inheritance
NtfsSecurityDescriptor
Inherited Members

Constructors

NtfsSecurityDescriptor()

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

public NtfsSecurityDescriptor()

Properties

AccessRules

Gets or sets the NTFS permissions assigned to this security descriptor.

public NtfsAccessRules AccessRules { get; set; }

Property Value

NtfsAccessRules

AuditRules

Gets or sets the NTFS audit rules assigned to this security descriptor.

public NtfsAuditRules AuditRules { get; set; }

Property Value

NtfsAuditRules

Owner

Gets or sets the owner of this object.

public SerializableAccountReference Owner { get; set; }

Property Value

SerializableAccountReference

Methods

CollapseRules()

Collapses duplicate or overlapping audit and access rules.

public void CollapseRules()

ToString()

Returns the NTFS security descriptor as a human readable string.

public override string ToString()

Returns

string

The NTFS security descriptor as a human readable string.