ObjectAceFlags Enumeration
.NET Framework (current version)
Specifies the presence of object types for Access Control Entries (ACEs).
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| InheritedObjectAceTypePresent | The type of object that can inherit the ACE. | |
| None | No object types are present. | |
| ObjectAceTypePresent | The type of object that is associated with the ACE is present. |
.NET Framework
Available since 2.0
Available since 2.0
Show: