System.Security.AccessControl 6.0.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package System.Security.AccessControl --version 6.0.0
NuGet\Install-Package System.Security.AccessControl -Version 6.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="System.Security.AccessControl" Version="6.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Security.AccessControl --version 6.0.0
#r "nuget: System.Security.AccessControl, 6.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. 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=6.0.0

// Install System.Security.AccessControl as a Cake Tool
#tool nuget:?package=System.Security.AccessControl&version=6.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

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (124)

Showing the top 5 NuGet packages that depend on System.Security.AccessControl:

Package Downloads
Microsoft.Win32.Registry The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.

System.Security.Permissions The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides types supporting Code Access Security (CAS).

System.Security.Cryptography.Xml The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides classes to support the creation and validation of XML digital signatures. The classes in this namespace implement the World Wide Web Consortium Recommendation, "XML-Signature Syntax and Processing", described at http://www.w3.org/TR/xmldsig-core/. Commonly Used Types: System.Security.Cryptography.Xml.CipherData System.Security.Cryptography.Xml.CipherReference System.Security.Cryptography.Xml.DataObject System.Security.Cryptography.Xml.DataReference System.Security.Cryptography.Xml.DSAKeyValue System.Security.Cryptography.Xml.EncryptedData System.Security.Cryptography.Xml.EncryptedKey System.Security.Cryptography.Xml.EncryptedReference System.Security.Cryptography.Xml.EncryptedType System.Security.Cryptography.Xml.EncryptedXml System.Security.Cryptography.Xml.EncryptionMethod System.Security.Cryptography.Xml.EncryptionProperty System.Security.Cryptography.Xml.EncryptionPropertyCollection System.Security.Cryptography.Xml.KeyInfo System.Security.Cryptography.Xml.KeyInfoClause System.Security.Cryptography.Xml.KeyInfoEncryptedKey System.Security.Cryptography.Xml.KeyInfoName System.Security.Cryptography.Xml.KeyInfoNode System.Security.Cryptography.Xml.KeyInfoRetrievalMethod System.Security.Cryptography.Xml.KeyInfoX509Data System.Security.Cryptography.Xml.KeyReference System.Security.Cryptography.Xml.Reference System.Security.Cryptography.Xml.ReferenceList System.Security.Cryptography.Xml.RSAKeyValue System.Security.Cryptography.Xml.Signature System.Security.Cryptography.Xml.SignedInfo System.Security.Cryptography.Xml.SignedXml System.Security.Cryptography.Xml.Transform System.Security.Cryptography.Xml.TransformChain System.Security.Cryptography.Xml.XmlDecryptionTransform System.Security.Cryptography.Xml.XmlDsigBase64Transform System.Security.Cryptography.Xml.XmlDsigC14NTransform System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform System.Security.Cryptography.Xml.XmlDsigExcC14NTransform System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform System.Security.Cryptography.Xml.XmlDsigXPathTransform System.Security.Cryptography.Xml.XmlDsigXsltTransform System.Security.Cryptography.Xml.XmlLicenseTransform

System.IO.FileSystem.AccessControl The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides types for managing access and audit control lists for files and directories. Commonly Used Types: System.Security.AccessControl.DirectoryObjectSecurity System.Security.AccessControl.DirectorySecurity System.Security.AccessControl.FileSecurity System.Security.AccessControl.FileSystemAccessRule System.Security.AccessControl.FileSystemAuditRule System.Security.AccessControl.FileSystemRights System.Security.AccessControl.FileSystemSecurity When using NuGet 3.x this package requires at least version 3.4.

System.DirectoryServices The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides easy access to Active Directory Domain Services. Commonly Used Types: System.DirectoryServices.DirectoryEntry System.DirectoryServices.DirectorySearcher System.DirectoryServices.ActiveDirectory.ActiveDirectorySite System.DirectoryServices.ActiveDirectory.ApplicationPartition System.DirectoryServices.ActiveDirectory.DirectoryContext System.DirectoryServices.ActiveDirectory.DirectoryServer System.DirectoryServices.ActiveDirectory.Domain System.DirectoryServices.ActiveDirectory.DomainController

GitHub repositories (119)

Showing the top 5 popular GitHub repositories that depend on System.Security.AccessControl:

Repository Stars
PowerShell/PowerShell
PowerShell for every system!
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
winsw/winsw
A wrapper executable that can run any executable as a Windows service, in a permissive license.
mRemoteNG/mRemoteNG
mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.
Version Downloads Last updated
6.0.0 221,292,382 11/8/2021
6.0.0-rc.2.21480.5 69,650 10/12/2021
6.0.0-preview.5.21301.5 1,365,744 6/15/2021
6.0.0-preview.4.21253.7 82,289 5/24/2021
6.0.0-preview.3.21201.4 225,581 4/8/2021
6.0.0-preview.2.21154.6 138,312 3/11/2021
6.0.0-preview.1.21102.12 196,368 2/12/2021
5.0.0 446,982,484 11/9/2020
5.0.0-rc.2.20475.5 149,346 10/13/2020
5.0.0-rc.1.20451.14 168,720 9/14/2020
5.0.0-preview.8.20407.11 208,255 8/25/2020
5.0.0-preview.7.20364.11 176,365 7/21/2020
5.0.0-preview.6.20305.6 256,795 6/25/2020
5.0.0-preview.5.20278.1 58,970 6/10/2020
5.0.0-preview.4.20251.6 119,986 5/18/2020
5.0.0-preview.3.20214.6 79,111 4/23/2020
5.0.0-preview.2.20160.6 133,278 4/2/2020
5.0.0-preview.1.20120.5 74,454 3/16/2020
4.7.0 574,031,110 12/3/2019
4.7.0-preview3.19551.4 125,276 11/13/2019
4.7.0-preview2.19523.17 37,844 11/1/2019
4.7.0-preview1.19504.10 77,785 10/15/2019
4.6.0 83,536,417 9/23/2019
4.6.0-rc1.19456.4 94,085 9/16/2019
4.6.0-preview9.19421.4 60,551 9/4/2019
4.6.0-preview9.19416.11 986 9/4/2019
4.6.0-preview8.19405.3 246,651 8/13/2019
4.6.0-preview7.19362.9 285,200 7/23/2019
4.6.0-preview6.19303.8 1,347,027 6/12/2019
4.6.0-preview6.19264.9 1,078 9/4/2019
4.6.0-preview5.19224.8 202,895 5/6/2019
4.6.0-preview4.19212.13 275,888 4/18/2019
4.6.0-preview3.19128.7 215,168 3/6/2019
4.6.0-preview.19073.11 101,820 1/29/2019
4.6.0-preview.18571.3 199,619 12/3/2018
4.5.0 491,403,753 5/29/2018
4.5.0-rc1 501,942 5/6/2018
4.5.0-preview2-26406-04 787,793 4/10/2018
4.5.0-preview1-26216-02 507,962 2/26/2018
4.5.0-preview1-25914-04 570,820 11/15/2017
4.4.1 1,135,667 12/12/2017
4.4.0 196,232,174 8/11/2017
4.4.0-preview2-25405-01 159,106 6/27/2017
4.4.0-preview1-25305-02 2,478,248 5/9/2017
4.3.0 25,586,280 11/15/2016
4.3.0-preview1-24530-04 18,809 10/24/2016
4.0.0 3,626,352 6/27/2016
4.0.0-rc2-24027 85,507 5/16/2016
4.0.0-beta-23516 5,363 11/18/2015
4.0.0-beta-23409 3,168 10/15/2015
4.0.0-beta-23225 3,179 9/2/2015
4.0.0-beta-23123 3,451 7/29/2015
4.0.0-beta-23109 3,170 7/27/2015
4.0.0-beta-23019 3,236 6/30/2015
4.0.0-beta-22816 4,208 4/24/2015
4.0.0-beta-22605 4,772 2/13/2015