![]() |
VOOZH | about |
dotnet add package Microsoft.Win32.Registry.AccessControl --version 10.0.9
NuGet\Install-Package Microsoft.Win32.Registry.AccessControl -Version 10.0.9
<PackageReference Include="Microsoft.Win32.Registry.AccessControl" Version="10.0.9" />
<PackageVersion Include="Microsoft.Win32.Registry.AccessControl" Version="10.0.9" />Directory.Packages.props
<PackageReference Include="Microsoft.Win32.Registry.AccessControl" />Project file
paket add Microsoft.Win32.Registry.AccessControl --version 10.0.9
#r "nuget: Microsoft.Win32.Registry.AccessControl, 10.0.9"
#:package Microsoft.Win32.Registry.AccessControl@10.0.9
#addin nuget:?package=Microsoft.Win32.Registry.AccessControl&version=10.0.9Install as a Cake Addin
#tool nuget:?package=Microsoft.Win32.Registry.AccessControl&version=10.0.9Install as a Cake Tool
Provides support for managing access control lists for Microsoft.Win32.RegistryKey.
using Microsoft.Win32;
using System.Security.AccessControl;
// Open a registry key (or create it if it doesn't exist)
using RegistryKey registryKey = Registry.CurrentUser.CreateSubKey("TestKey");
if (registryKey == null)
{
Console.WriteLine("Failed to create or open the registry key.");
return;
}
// Get the current access control list (ACL) for the registry key
RegistrySecurity registrySecurity = registryKey.GetAccessControl();
Console.WriteLine("Current Access Control List (ACL):");
Console.WriteLine(registrySecurity.GetSecurityDescriptorSddlForm(AccessControlSections.Access));
// Create a new access rule granting full control to the current user
string currentUser = Environment.UserName;
RegistryAccessRule accessRule = new RegistryAccessRule(currentUser, RegistryRights.FullControl, InheritanceFlags.None, PropagationFlags.None, AccessControlType.Allow);
// Add the new access rule to the ACL
registrySecurity.AddAccessRule(accessRule);
// Set the updated ACL on the registry key
registryKey.SetAccessControl(registrySecurity);
// Get and display the updated ACL for the registry key using the second GetAccessControl overload
RegistrySecurity updatedRegistrySecurity = registryKey.GetAccessControl(AccessControlSections.Access);
Console.WriteLine("Updated Access Control List (ACL):");
Console.WriteLine(updatedRegistrySecurity.GetSecurityDescriptorSddlForm(AccessControlSections.Access));
The main type provided by this library is:
Microsoft.Win32.RegistryAclExtensionsMicrosoft.Win32.Registry.AccessControl is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 is compatible. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Microsoft.Win32.Registry.AccessControl:
| Package | Downloads |
|---|---|
|
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET as well as .NET Standard. |
|
|
System.Management.Automation
Runtime for hosting PowerShell |
|
|
DiscUtils.Registry
DiscUtils Registry |
|
|
Microsoft.CST.AttackSurfaceAnalyzer
Microsoft Attack Surface Analyzer is an open source security tool that analyzes the attack surface of a target system and reports on potential security vulnerabilities introduced during the installation of software or system misconfiguration. This package contains the AttackSurfaceAnalyzer library. For the CLI Dotnet Tool, see Microsoft.CST.AttackSurfaceAnalyzer.CLI. |
|
|
Microsoft.PowerShell.NanoServer.NetCore.Library
The 'dependencies' section lists the set of .NET Core packages that PowerShell Core depends on in Windows Server 2016 GA release of NanoServer. This package also includes the PowerShell Core runtime assemblies built for the GA release of NanoServer. |
Showing the top 5 popular GitHub repositories that depend on Microsoft.Win32.Registry.AccessControl:
| Repository | Stars |
|---|---|
|
PowerShell/PowerShell
PowerShell for every system!
|
|
|
microsoft/AttackSurfaceAnalyzer
Attack Surface Analyzer can help you analyze your operating system's security configuration for changes during software installation.
|
|
|
DiscUtils/DiscUtils
Utility libraries to interact with discs, filesystem formats and more
|
|
| mann1x/CPUDoc | |
|
unchase/Unchase.OpenAPI.Connectedservice
:scroll: Visual Studio extension to generate OpenAPI (Swagger) web service reference.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 11.0.0-preview.5.26302.115 | 786 | 6/9/2026 |
| 11.0.0-preview.4.26230.115 | 1,333 | 5/12/2026 |
| 11.0.0-preview.3.26207.106 | 2,219 | 4/14/2026 |
| 11.0.0-preview.2.26159.112 | 1,822 | 3/10/2026 |
| 11.0.0-preview.1.26104.118 | 2,917 | 2/10/2026 |
| 10.0.9 | 21,388 | 6/9/2026 |
| 10.0.8 | 76,043 | 5/12/2026 |
| 10.0.7 | 126,619 | 4/21/2026 |
| 10.0.6 | 40,259 | 4/14/2026 |
| 10.0.5 | 313,704 | 3/12/2026 |
| 10.0.4 | 12,871 | 3/10/2026 |
| 10.0.3 | 125,496 | 2/10/2026 |
| 10.0.2 | 202,661 | 1/13/2026 |
| 10.0.1 | 134,982 | 12/9/2025 |
| 9.0.17 | 2,801 | 6/9/2026 |
| 9.0.16 | 13,772 | 5/12/2026 |
| 9.0.15 | 39,735 | 4/14/2026 |
| 9.0.14 | 75,455 | 3/10/2026 |
| 9.0.13 | 8,704 | 2/10/2026 |
| 9.0.12 | 23,215 | 1/13/2026 |