mscorlib(4.0.0.0) API with additions
ControlFlags.cs
2 {
4  [Flags]
5  public enum ControlFlags
6  {
8  None = 0x0,
10  OwnerDefaulted = 0x1,
12  GroupDefaulted = 0x2,
18  SystemAclPresent = 0x10,
20  SystemAclDefaulted = 0x20,
24  ServerSecurity = 0x80,
32  SystemAclAutoInherited = 0x800,
36  SystemAclProtected = 0x2000,
38  RMControlValid = 0x4000,
40  SelfRelative = 0x8000
41  }
42 }
Specifies that the SACL was obtained by a defaulting mechanism. Set by resource managers only.
Specifies that the SACL is not null. Set by resource managers or users.
Specifies that the DACL is not null. Set by resource managers or users.
Specifies that the resource manager prevents auto-inheritance. Set by resource managers or users.
Specifies that the DACL was obtained by a defaulting mechanism. Set by resource managers only.
Specifies that the resource manager prevents auto-inheritance. Set by resource managers or users.
ControlFlags
These flags affect the security descriptor behavior.
Definition: ControlFlags.cs:5
Specifies that the contents of the Reserved field are valid.
Specifies that the owner T:System.Security.Principal.SecurityIdentifier was obtained by a defaulting ...
Specifies that the System Access Control List (SACL) has been automatically inherited from the parent...
Specifies that the Discretionary Access Control List (DACL) has been automatically inherited from the...
Specifies that the security descriptor binary representation is in the self-relative format....
Specifies that the group T:System.Security.Principal.SecurityIdentifier was obtained by a defaulting ...