1 instantiation of EventWaitHandleSecurity
System.Threading.AccessControl (1)
System\Threading\ThreadingAclExtensions.cs (1)
16
return new
EventWaitHandleSecurity
(handle.GetSafeWaitHandle(), AccessControlSections.Access | AccessControlSections.Owner | AccessControlSections.Group);
5 references to EventWaitHandleSecurity
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
816
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.
EventWaitHandleSecurity
))]
System.Threading.AccessControl (4)
System\Threading\EventWaitHandleAcl.cs (2)
15
/// <summary>Gets or creates an <see cref="EventWaitHandle" /> instance, allowing a <see cref="
EventWaitHandleSecurity
" /> instance to be optionally specified to set it during the event creation.</summary>
29
public static unsafe EventWaitHandle Create(bool initialState, EventResetMode mode, string? name, out bool createdNew,
EventWaitHandleSecurity
? eventSecurity)
System\Threading\ThreadingAclExtensions.cs (2)
14
public static
EventWaitHandleSecurity
GetAccessControl(this EventWaitHandle handle)
19
public static void SetAccessControl(this EventWaitHandle handle,
EventWaitHandleSecurity
eventSecurity)