mscorlib(4.0.0.0) API with additions
AccessControlSections.cs
2 {
4  [Flags]
6  {
8  None = 0x0,
10  Audit = 0x1,
12  Access = 0x2,
14  Owner = 0x4,
16  Group = 0x8,
18  All = 0xF
19  }
20 }
The discretionary access control list (DACL).
Attribute can be applied to any application element.
AccessControlSections
Specifies which sections of a security descriptor to save or load.