<PackageReference Include="System.Security.AccessControl" Version="6.0.1" />

AccessControlSections

public enum AccessControlSections
namespace System.Security.AccessControl { [Flags] public enum AccessControlSections { None = 0, Audit = 1, Access = 2, Owner = 4, Group = 8, All = 15 } }