Gets an System.Security.AccessControl.EventWaitHandleSecurity object that represents the access control security for the named system event represented by the current System.Threading.EventWaitHandle object.
An System.Security.AccessControl.EventWaitHandleSecurity object that represents the access control security for the named system event.
The EventWaitHandle.GetAccessControl method uses the following combination of flags (combined using the bitwise OR operation) to search for permissions: System.Security.AccessControl.AccessControlSections.Access, System.Security.AccessControl.AccessControlSections.Owner, and System.Security.AccessControl.AccessControlSections.Group.
The user must have System.Security.AccessControl.EventWaitHandleRights.ReadPermissions rights to call this method, and the event must have been opened with the System.Security.AccessControl.EventWaitHandleRights.ReadPermissions flag.