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
.NET 6.0 .NET Standard 2.0 .NET Framework 4.6.1
There is a newer prerelease version of this package available.
See the version list below for details.
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 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 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (88)

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

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

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

Provides support for managing access and audit control lists for synchronization primitives. Commonly Used Types: System.Security.AccessControl.EventWaitHandleAccessRule System.Security.AccessControl.EventWaitHandleAuditRule System.Security.AccessControl.MutexAccessRule System.Security.AccessControl.MutexAuditRule System.Security.AccessControl.MutexSecurity System.Security.AccessControl.SemaphoreAccessRule System.Security.AccessControl.SemaphoreAuditRule System.Security.AccessControl.SemaphoreSecurity

GitHub repositories (104)

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.
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
Version Downloads Last updated
6.0.2-mauipre.1.22102.15 376,252 2/15/2022
6.0.2-mauipre.1.22054.8 107,722 1/19/2022
6.0.0 69,340,135 11/8/2021
6.0.0-rc.2.21480.5 57,840 10/12/2021
6.0.0-preview.5.21301.5 719,236 6/15/2021
6.0.0-preview.4.21253.7 73,301 5/24/2021
6.0.0-preview.3.21201.4 189,662 4/8/2021
6.0.0-preview.2.21154.6 117,751 3/11/2021
6.0.0-preview.1.21102.12 152,647 2/12/2021
5.0.0 225,090,076 11/9/2020
5.0.0-rc.2.20475.5 127,223 10/13/2020
5.0.0-rc.1.20451.14 146,378 9/14/2020
5.0.0-preview.8.20407.11 189,136 8/25/2020
5.0.0-preview.7.20364.11 151,747 7/21/2020
5.0.0-preview.6.20305.6 189,567 6/25/2020
5.0.0-preview.5.20278.1 55,044 6/10/2020
5.0.0-preview.4.20251.6 104,230 5/18/2020
5.0.0-preview.3.20214.6 65,580 4/23/2020
5.0.0-preview.2.20160.6 116,599 4/2/2020
5.0.0-preview.1.20120.5 69,629 3/16/2020
4.7.0 360,433,047 12/3/2019
4.7.0-preview3.19551.4 110,615 11/13/2019
4.7.0-preview2.19523.17 33,647 11/1/2019
4.7.0-preview1.19504.10 66,477 10/15/2019
4.6.0 62,271,899 9/23/2019
4.6.0-rc1.19456.4 81,496 9/16/2019
4.6.0-preview9.19421.4 57,495 9/4/2019
4.6.0-preview9.19416.11 650 9/4/2019
4.6.0-preview8.19405.3 217,244 8/13/2019
4.6.0-preview7.19362.9 231,143 7/23/2019
4.6.0-preview6.19303.8 1,027,599 6/12/2019
4.6.0-preview6.19264.9 736 9/4/2019
4.6.0-preview5.19224.8 175,955 5/6/2019
4.6.0-preview4.19212.13 203,753 4/18/2019
4.6.0-preview3.19128.7 188,010 3/6/2019
4.6.0-preview.19073.11 97,961 1/29/2019
4.6.0-preview.18571.3 169,340 12/3/2018
4.5.0 326,521,799 5/29/2018
4.5.0-rc1 410,786 5/6/2018
4.5.0-preview2-26406-04 618,684 4/10/2018
4.5.0-preview1-26216-02 425,612 2/26/2018
4.5.0-preview1-25914-04 460,756 11/15/2017
4.4.1 1,058,956 12/12/2017
4.4.0 149,670,036 8/11/2017
4.4.0-preview2-25405-01 109,227 6/27/2017
4.4.0-preview1-25305-02 1,955,587 5/9/2017
4.3.0 23,803,742 11/15/2016
4.3.0-preview1-24530-04 16,481 10/24/2016
4.0.0 3,405,710 6/27/2016
4.0.0-rc2-24027 75,786 5/16/2016
4.0.0-beta-23516 3,676 11/18/2015
4.0.0-beta-23409 1,562 10/15/2015
4.0.0-beta-23225 1,574 9/2/2015
4.0.0-beta-23123 1,676 7/29/2015
4.0.0-beta-23109 1,489 7/27/2015
4.0.0-beta-23019 1,571 6/30/2015
4.0.0-beta-22816 1,886 4/24/2015
4.0.0-beta-22605 2,498 2/13/2015