AceFlags Enumeration
.NET Framework 3.0
Specifies the inheritance and auditing behavior of an access control entry (ACE).
Namespace: System.Security.AccessControl
Assembly: mscorlib (in mscorlib.dll)
Assembly: 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 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: