System.Security.AccessControl.ObjectAceFlags Enumeration

Specifies the presence of object types for Access Control Entries (ACEs).

Syntax

[System.Flags]
public enum ObjectAceFlags

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
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.

Requirements

Namespace: System.Security.AccessControl
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0