Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AccessControlSections Enumeration

 

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

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   System.Security.AccessControl
Assembly:  mscorlib (in mscorlib.dll)

[FlagsAttribute]
public enum class AccessControlSections

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.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft