Inheritance flags specify the semantics of inheritance for access control entries (ACEs).
Syntax
[System.Flags]
public enum InheritanceFlags
Remarks
Members
Member Name | Description |
---|
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