2 instantiations of EventWaitHandleSecurity
mscorlib (1)
system\threading\eventwaithandle.cs (1)
287
return new
EventWaitHandleSecurity
(safeWaitHandle, AccessControlSections.Access | AccessControlSections.Owner | AccessControlSections.Group);
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
384
EventWaitHandleSecurity handleSecurity = new
EventWaitHandleSecurity
();
4 references to EventWaitHandleSecurity
mscorlib (3)
system\threading\eventwaithandle.cs (3)
103
public unsafe EventWaitHandle(bool initialState, EventResetMode mode, string name, out bool createdNew,
EventWaitHandleSecurity
eventSecurity)
285
public
EventWaitHandleSecurity
GetAccessControl()
291
public void SetAccessControl(
EventWaitHandleSecurity
eventSecurity)
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
384
EventWaitHandleSecurity
handleSecurity = new EventWaitHandleSecurity();