System.Security.AccessControl.AccessControlSections Enumeration

Specifies which sections of a security descriptor to save or load.

Syntax

[System.Flags]
public enum AccessControlSections

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
Access

The discretionary access control list (DACL).

All

The entire security descriptor.

Audit

The system access control list (SACL).

Group

The primary group.

None

No sections.

Owner

The owner.

Requirements

Namespace: System.Security.AccessControl
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0