<PackageReference Include="System.Threading.AccessControl" Version="10.0.9" />

System.Security.AccessControl.EventWaitHandleRights

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

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

Delete = 65536

The right to delete a named event.

FullControl = 2031619

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

Modify = 2

The right to set or reset the signaled state of a named event.

ReadPermissions = 131072

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

Synchronize = 1048576

The right to wait on a named event.

TakeOwnership = 524288

The right to change the owner of a named event.