<PackageReference Include="System.Security.AccessControl" Version="4.6.0-preview6.19303.8" />

InheritanceFlags

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

The ACE is inherited by child container objects.

None = 0

The ACE is not inherited by child objects.

The ACE is inherited by child leaf objects.