C# Class System.Threading.ThreadingAclExtensions

显示文件 Open project: dotnet/corefx

Public Methods

Method Description
GetAccessControl ( this handle ) : System.Security.AccessControl.EventWaitHandleSecurity
GetAccessControl ( this mutex ) : System.Security.AccessControl.MutexSecurity
GetAccessControl ( this semaphore ) : System.Security.AccessControl.SemaphoreSecurity
SetAccessControl ( this handle, System eventSecurity ) : void

Method Details

GetAccessControl() public static method

public static GetAccessControl ( this handle ) : System.Security.AccessControl.EventWaitHandleSecurity
handle this
return System.Security.AccessControl.EventWaitHandleSecurity

GetAccessControl() public static method

public static GetAccessControl ( this mutex ) : System.Security.AccessControl.MutexSecurity
mutex this
return System.Security.AccessControl.MutexSecurity

GetAccessControl() public static method

public static GetAccessControl ( this semaphore ) : System.Security.AccessControl.SemaphoreSecurity
semaphore this
return System.Security.AccessControl.SemaphoreSecurity

SetAccessControl() public static method

public static SetAccessControl ( this handle, System eventSecurity ) : void
handle this
eventSecurity System
return void