System.Security.AccessControl.InheritanceFlags Enumeration

Inheritance flags specify the semantics of inheritance for access control entries (ACEs).

Syntax

[System.Flags]
public enum InheritanceFlags

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
ContainerInherit

The ACE is inherited by child container objects.

None

The ACE is not inherited by child objects.

ObjectInherit

The ACE is inherited by child leaf objects.

Requirements

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