ControlFlags Enumeration
.NET Framework 3.0
These flags affect the security descriptor behavior.
Namespace: System.Security.AccessControl
Assembly: mscorlib (in mscorlib.dll)
Assembly: 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 Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: