<PackageReference Include="System.Threading.AccessControl" Version="11.0.0-preview.1.26104.118" />

System.Security.AccessControl.MutexRights

public enum MutexRights
Specifies the access control rights that can be applied to named system mutex objects.

The right to change the security and audit rules associated with a named mutex.

Delete = 65536

The right to delete a named mutex.

FullControl = 2031617

The right to exert full control over a named mutex, and to modify its access rules and audit rules.

Modify = 1

The right to release a named mutex.

ReadPermissions = 131072

The right to open and copy the access rules and audit rules for a named mutex.

Synchronize = 1048576

The right to wait on a named mutex.

TakeOwnership = 524288

The right to change the owner of a named mutex.