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 |
public static GetAccessControl ( this handle ) : System.Security.AccessControl.EventWaitHandleSecurity | ||
handle | this | |
return | System.Security.AccessControl.EventWaitHandleSecurity |
public static GetAccessControl ( this mutex ) : System.Security.AccessControl.MutexSecurity | ||
mutex | this | |
return | System.Security.AccessControl.MutexSecurity |
public static GetAccessControl ( this semaphore ) : System.Security.AccessControl.SemaphoreSecurity | ||
semaphore | this | |
return | System.Security.AccessControl.SemaphoreSecurity |
public static SetAccessControl ( this handle, System eventSecurity ) : void | ||
handle | this | |
eventSecurity | System | |
return | void |