ControlFlags Enumeration
.NET Framework 2.0
Note: This enumeration is new in the .NET Framework version 2.0.
These flags affect the security descriptor behavior.
Assembly: mscorlib (in mscorlib.dll)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Security.AccessControlAssembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| DiscretionaryAclAutoInherited | Specifies that the Discretionary Access Control List (DACL) has been automatically inherited from the parent. Set by resource managers only. | |
| DiscretionaryAclAutoInheritRequired | Ignored. | |
| DiscretionaryAclDefaulted | Specifies that the DACL was obtained by a defaulting mechanism. Set by resource managers only. | |
| DiscretionaryAclPresent | Specifies that the DACL is not a null reference (Nothing in Visual Basic). Set by resource managers or users. | |
| DiscretionaryAclProtected | Specifies that the resource manager prevents auto-inheritance. Set by resource managers or users. | |
| DiscretionaryAclUntrusted | Ignored. | |
| GroupDefaulted | Specifies that the group SecurityIdentifier was obtained by a defaulting mechanism. Set by resource managers only; should not be set by callers. | |
| None | No control flags. | |
| OwnerDefaulted | Specifies that the owner SecurityIdentifier was obtained by a defaulting mechanism. Set by resource managers only; should not be set by callers. | |
| RMControlValid | Specifies that the contents of the Reserved field are valid. | |
| SelfRelative | Specifies that the security descriptor binary representation is in the self-relative format. This flag is always set. | |
| ServerSecurity | Ignored. | |
| SystemAclAutoInherited | Specifies that the System Access Control List (SACL) has been automatically inherited from the parent. Set by resource managers only. | |
| SystemAclAutoInheritRequired | Ignored. | |
| SystemAclDefaulted | Specifies that the SACL was obtained by a defaulting mechanism. Set by resource managers only. | |
| SystemAclPresent | Specifies that the SACL is not a null reference (Nothing in Visual Basic). Set by resource managers or users. | |
| SystemAclProtected | Specifies that the resource manager prevents auto-inheritance. Set by resource managers or users. |
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: