System.Threading.ThreadingAclExtensions.GetAccessControl C# (CSharp) Method

GetAccessControl() public static method

public static GetAccessControl ( this handle ) : System.Security.AccessControl.EventWaitHandleSecurity
handle this
return System.Security.AccessControl.EventWaitHandleSecurity
        public static System.Security.AccessControl.EventWaitHandleSecurity GetAccessControl(this System.Threading.EventWaitHandle handle)
        {
            throw null;
        }

Same methods

ThreadingAclExtensions::GetAccessControl ( this mutex ) : System.Security.AccessControl.MutexSecurity
ThreadingAclExtensions::GetAccessControl ( this semaphore ) : System.Security.AccessControl.SemaphoreSecurity