Specifies which sections of a security descriptor to save or load.
Syntax
[System.Flags]
public enum AccessControlSections
Remarks
Members
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.
|
Requirements
Namespace: System.Security.AccessControl
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0