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

AccessControlSections

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