ThreadingAclExtensions.GetAccessControl Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
GetAccessControl(EventWaitHandle) |
Returns the security descriptors for the specified |
GetAccessControl(Mutex) |
Returns the security descriptors for the specified |
GetAccessControl(Semaphore) |
Returns the security descriptors for the specified |
- Source:
- ThreadingAclExtensions.cs
- Source:
- ThreadingAclExtensions.cs
- Source:
- ThreadingAclExtensions.cs
- Source:
- ThreadingAclExtensions.cs
- Source:
- ThreadingAclExtensions.cs
Returns the security descriptors for the specified handle
.
public:
[System::Runtime::CompilerServices::Extension]
static System::Security::AccessControl::EventWaitHandleSecurity ^ GetAccessControl(System::Threading::EventWaitHandle ^ handle);
public static System.Security.AccessControl.EventWaitHandleSecurity GetAccessControl(this System.Threading.EventWaitHandle handle);
static member GetAccessControl : System.Threading.EventWaitHandle -> System.Security.AccessControl.EventWaitHandleSecurity
<Extension()>
Public Function GetAccessControl (handle As EventWaitHandle) As EventWaitHandleSecurity
Parameters
- handle
- EventWaitHandle
The event wait handle from which the security descriptors should be returned.
Returns
The security descriptors for the specified handle
.
Applies to
.NET 9 (package-provided) and other versions
Product | Versions |
---|---|
.NET | Core 1.0, Core 1.1, 8 (package-provided), 9 (package-provided) |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided) |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
- Source:
- ThreadingAclExtensions.cs
- Source:
- ThreadingAclExtensions.cs
- Source:
- ThreadingAclExtensions.cs
- Source:
- ThreadingAclExtensions.cs
- Source:
- ThreadingAclExtensions.cs
Returns the security descriptors for the specified mutex
.
public:
[System::Runtime::CompilerServices::Extension]
static System::Security::AccessControl::MutexSecurity ^ GetAccessControl(System::Threading::Mutex ^ mutex);
public static System.Security.AccessControl.MutexSecurity GetAccessControl(this System.Threading.Mutex mutex);
static member GetAccessControl : System.Threading.Mutex -> System.Security.AccessControl.MutexSecurity
<Extension()>
Public Function GetAccessControl (mutex As Mutex) As MutexSecurity
Parameters
- mutex
- Mutex
The mutex from which the security descriptors should be returned.
Returns
The security descriptors for the specified mutex
.
Applies to
.NET 9 (package-provided) and other versions
Product | Versions |
---|---|
.NET | Core 1.0, Core 1.1, 8 (package-provided), 9 (package-provided) |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided) |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
- Source:
- ThreadingAclExtensions.cs
- Source:
- ThreadingAclExtensions.cs
- Source:
- ThreadingAclExtensions.cs
- Source:
- ThreadingAclExtensions.cs
- Source:
- ThreadingAclExtensions.cs
Returns the security descriptors for the specified semaphore
.
public:
[System::Runtime::CompilerServices::Extension]
static System::Security::AccessControl::SemaphoreSecurity ^ GetAccessControl(System::Threading::Semaphore ^ semaphore);
public static System.Security.AccessControl.SemaphoreSecurity GetAccessControl(this System.Threading.Semaphore semaphore);
static member GetAccessControl : System.Threading.Semaphore -> System.Security.AccessControl.SemaphoreSecurity
<Extension()>
Public Function GetAccessControl (semaphore As Semaphore) As SemaphoreSecurity
Parameters
- semaphore
- Semaphore
The semaphore from which the security descriptors should be returned.
Returns
The security descriptors for the specified semaphore.
Applies to
.NET 9 (package-provided) and other versions
Product | Versions |
---|---|
.NET | Core 1.0, Core 1.1, 8 (package-provided), 9 (package-provided) |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided) |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: