<PackageReference Include="System.Security.AccessControl" Version="4.7.0-preview2.19523.17" />

PropagationFlags

public enum PropagationFlags
Specifies how Access Control Entries (ACEs) are propagated to child objects. These flags are significant only if inheritance flags are present.
namespace System.Security.AccessControl { [Flags] public enum PropagationFlags { None = 0, NoPropagateInherit = 1, InheritOnly = 2 } }