AccessControlSections Enumeration
.NET Framework (current version)
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.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| 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
Available since 2.0
Show: