System.Security.AccessControl
5.0.0
Requires NuGet 2.12 or higher.
Install-Package System.Security.AccessControl -Version 5.0.0
dotnet add package System.Security.AccessControl --version 5.0.0
<PackageReference Include="System.Security.AccessControl" Version="5.0.0" />
paket add System.Security.AccessControl --version 5.0.0
#r "nuget: System.Security.AccessControl, 5.0.0"
// Install System.Security.AccessControl as a Cake Addin
#addin nuget:?package=System.Security.AccessControl&version=5.0.0
// Install System.Security.AccessControl as a Cake Tool
#tool nuget:?package=System.Security.AccessControl&version=5.0.0
Provides base classes that enable managing access and audit control lists on securable objects.
Commonly Used Types:
System.Security.AccessControl.AccessRule
System.Security.AccessControl.AuditRule
System.Security.AccessControl.ObjectAccessRule
System.Security.AccessControl.ObjectAuditRule
System.Security.AccessControl.ObjectSecurity
When using NuGet 3.x this package requires at least version 3.4.
| Product | Versions |
|---|---|
| .NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
| .NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
| .NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
| .NET Framework | net46 net461 net462 net463 net47 net471 net472 net48 |
| MonoAndroid | monoandroid |
| MonoMac | monomac |
| MonoTouch | monotouch |
| Tizen | tizen30 tizen40 tizen60 |
| Universal Windows Platform | uap uap10.0 uap10.0.16299 |
| Xamarin.iOS | xamarinios |
| Xamarin.Mac | xamarinmac |
| Xamarin.TVOS | xamarintvos |
| Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 2.0
- Microsoft.NETCore.Platforms (>= 5.0.0)
- System.Security.Principal.Windows (>= 5.0.0)
-
.NETFramework 4.6
- System.Security.Principal.Windows (>= 5.0.0)
-
.NETFramework 4.6.1
- System.Security.Principal.Windows (>= 5.0.0)
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- System.Security.Principal.Windows (>= 5.0.0)
- System.Threading.Thread (>= 4.3.0)
-
.NETStandard 2.0
- System.Security.Principal.Windows (>= 5.0.0)
-
UAP 10.0.16299
- No dependencies.
NuGet packages (9)
Showing the top 5 NuGet packages that depend on System.Security.AccessControl:
| Package | Downloads |
|---|---|
|
JetBrains.Platform.Core.Shell
JetBrains Platform Core Shell Package Version 212.0.20211001.131124 |
|
|
JetBrains.Rider.RdBackend.Common
JetBrains Rider RdBackend Common Package Version 212.0.20211008.81907 |
|
|
JetBrains.Rider.Rider.Backend
JetBrains Rider Rider Backend Package Version 212.0.20211008.81907 |
|
|
TaskScheduler
Provides a single assembly wrapper for the 1.0 and 2.0 versions of Task Scheduler found in all Microsoft operating systems post Windows 98. It simplifies the coding, aggregates the multiple versions and allows for localization support. |
|
|
Microsoft.Win32.Registry
Provides support for accessing and modifying the Windows Registry. Commonly Used Types: Microsoft.Win32.RegistryKey Microsoft.Win32.Registry Microsoft.Win32.RegistryValueKind Microsoft.Win32.RegistryHive Microsoft.Win32.RegistryView When using NuGet 3.x this package requires at least version 3.4. |