System.Security.AccessControl
4.5.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
30ab651fcb4354552bd4891619a0bdd81e0ebdbf
When using NuGet 3.x this package requires at least version 3.4.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Requires NuGet 2.12 or higher.
Install-Package System.Security.AccessControl -Version 4.5.0
dotnet add package System.Security.AccessControl --version 4.5.0
<PackageReference Include="System.Security.AccessControl" Version="4.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Security.AccessControl --version 4.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: System.Security.AccessControl, 4.5.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install System.Security.AccessControl as a Cake Addin
#addin nuget:?package=System.Security.AccessControl&version=4.5.0
// Install System.Security.AccessControl as a Cake Tool
#tool nuget:?package=System.Security.AccessControl&version=4.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
https://go.microsoft.com/fwlink/?LinkID=799421
Dependencies
-
.NETCoreApp 2.0
- Microsoft.NETCore.Platforms (>= 2.0.0)
- System.Security.Principal.Windows (>= 4.5.0)
-
.NETFramework 4.6
- System.Security.Principal.Windows (>= 4.4.0)
-
.NETFramework 4.6.1
- System.Security.Principal.Windows (>= 4.5.0)
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- System.Security.Principal.Windows (>= 4.4.0)
- System.Threading.Thread (>= 4.3.0)
-
.NETStandard 2.0
- System.Security.Principal.Windows (>= 4.5.0)
-
UAP 10.0.16299
- No dependencies.
Used By
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.
|