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

AccessControlModification

Specifies the type of access control modification to perform. This enumeration is used by methods of the ObjectSecurity class and its descendents.
namespace System.Security.AccessControl { public enum AccessControlModification { Add, Set, Reset, Remove, RemoveAll, RemoveSpecific } }