AceFlags Enumeration
.NET Framework 2.0
Note: This enumeration is new in the .NET Framework version 2.0.
Specifies the inheritance and auditing behavior of an access control entry (ACE).
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 | |
|---|---|---|
| AuditFlags | All access attempts are audited. | |
| ContainerInherit | The access mask is propagated to child container objects. | |
| FailedAccess | Failed access attempts are audited. | |
| InheritanceFlags | A logical OR of ObjectInherit, ContainerInherit, NoPropagateInherit, and InheritOnly. | |
| Inherited | An ACE is inherited from a parent container rather than being explicitly set for an object. | |
| InheritOnly | The access mask is propagated only to child objects. This includes both container and leaf child objects. | |
| None | No ACE flags are set. | |
| NoPropagateInherit | The access checks do not apply to the object; they only apply to its children. | |
| ObjectInherit | The access mask is propagated onto child leaf objects. | |
| SuccessfulAccess | Successful access attempts are audited. |
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: