Microsoft.Win32.Registry.AccessControl 10.0.0-rc.2.25502.107

About

Provides support for managing access control lists for Microsoft.Win32.RegistryKey.

Key Features

  • Get access control lists for a registry key.
  • Get a specific sections of an access control list.
  • Set the access control list for a registry key.

How to Use

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));

Main Types

The main type provided by this library is:

  • Microsoft.Win32.RegistryAclExtensions

Additional Documentation

Feedback & Contributing

Microsoft.Win32.Registry.AccessControl is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on Microsoft.Win32.Registry.AccessControl.

Packages 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 Core as well as .NET Standard.
77
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 Core as well as .NET Standard. 8f968b9e79c5721d78cc88e46fe57457fe9d490d When using NuGet 3.x this package requires at least version 3.4.
68
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.
66
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 Core as well as .NET Standard.
65
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.
64
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 Core as well as .NET Standard. When using NuGet 3.x this package requires at least version 3.4.
63
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 Core as well as .NET Standard.
62
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 Core as well as .NET Standard.
61
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 Core as well as .NET Standard. When using NuGet 3.x this package requires at least version 3.4.
61
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.
60
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 Core as well as .NET Standard. 10dc31ea70c14a33f371cea5a757a3d95b218acf When using NuGet 3.x this package requires at least version 3.4.
60
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 Core as well as .NET Standard. When using NuGet 3.x this package requires at least version 3.4.
60
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.
59
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 Core as well as .NET Standard.
59
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 Core as well as .NET Standard.
58

https://go.microsoft.com/fwlink/?LinkID=799421

.NET Framework 4.6.2

.NET 8.0

  • No dependencies.

.NET 9.0

  • No dependencies.

.NET 10.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
10.0.0-rc.2.25502.107 1 10/18/2025
10.0.0-rc.1.25451.107 4 09/13/2025
10.0.0-preview.7.25380.108 7 08/14/2025
10.0.0-preview.6.25358.103 14 07/17/2025
10.0.0-preview.5.25277.114 17 06/09/2025
10.0.0-preview.4.25258.110 20 05/17/2025
10.0.0-preview.3.25171.5 27 04/11/2025
10.0.0-preview.2.25163.2 21 03/23/2025
10.0.0-preview.1.25080.5 24 02/27/2025
9.0.10 0 10/14/2025
9.0.9 6 09/13/2025
9.0.8 10 08/08/2025
9.0.7 14 07/12/2025
9.0.6 14 06/14/2025
9.0.5 17 05/17/2025
9.0.4 22 04/13/2025
9.0.3 22 03/25/2025
9.0.2 29 02/13/2025
9.0.1 32 01/19/2025
9.0.0 35 11/17/2024
9.0.0-rc.2.24473.5 39 10/10/2024
9.0.0-rc.1.24431.7 37 09/12/2024
9.0.0-preview.7.24405.7 36 08/14/2024
9.0.0-preview.6.24327.7 45 07/10/2024
9.0.0-preview.5.24306.7 43 06/18/2024
9.0.0-preview.4.24266.19 45 06/09/2024
9.0.0-preview.3.24172.9 38 04/12/2024
9.0.0-preview.2.24128.5 41 03/14/2024
9.0.0-preview.1.24080.9 40 03/09/2024
8.0.0 45 11/15/2023
8.0.0-rc.2.23479.6 54 10/20/2023
8.0.0-rc.1.23419.4 50 09/24/2023
8.0.0-preview.7.23375.6 53 09/03/2023
8.0.0-preview.6.23329.7 50 07/23/2023
8.0.0-preview.5.23280.8 53 07/14/2023
8.0.0-preview.4.23259.5 45 06/28/2023
8.0.0-preview.3.23174.8 56 05/03/2023
8.0.0-preview.2.23128.3 52 07/10/2023
8.0.0-preview.1.23110.8 50 07/08/2023
7.0.0 47 04/10/2023
7.0.0-rc.2.22472.3 58 07/10/2023
7.0.0-rc.1.22426.10 58 05/20/2023
7.0.0-preview.7.22375.6 59 08/23/2022
7.0.0-preview.6.22324.4 55 04/06/2023
7.0.0-preview.5.22301.12 39 07/13/2023
7.0.0-preview.4.22229.4 48 07/14/2023
7.0.0-preview.3.22175.4 49 07/11/2023
7.0.0-preview.2.22152.2 56 09/26/2022
7.0.0-preview.1.22076.8 53 04/16/2023
6.0.2-mauipre.1.22102.15 46 05/29/2023
6.0.2-mauipre.1.22054.8 45 07/11/2023
6.0.1 42 11/18/2024
6.0.0 50 04/14/2022
6.0.0-rc.2.21480.5 50 07/07/2023
6.0.0-rc.1.21451.13 52 07/09/2023
6.0.0-preview.7.21377.19 50 10/16/2022
6.0.0-preview.6.21352.12 46 07/14/2023
6.0.0-preview.5.21301.5 51 07/08/2023
6.0.0-preview.4.21253.7 50 07/14/2023
6.0.0-preview.3.21201.4 45 10/28/2022
6.0.0-preview.2.21154.6 52 07/08/2023
6.0.0-preview.1.21102.12 49 07/13/2023
5.0.0 56 10/29/2022
5.0.0-rc.2.20475.5 51 11/06/2022
5.0.0-rc.1.20451.14 57 07/11/2023
5.0.0-preview.8.20407.11 52 05/09/2023
5.0.0-preview.7.20364.11 54 07/03/2023
5.0.0-preview.6.20305.6 57 06/26/2023
5.0.0-preview.5.20278.1 44 05/03/2023
5.0.0-preview.4.20251.6 52 07/05/2023
5.0.0-preview.3.20214.6 48 05/25/2023
5.0.0-preview.2.20160.6 55 07/12/2023
5.0.0-preview.1.20120.5 47 06/20/2023
4.7.0 55 05/22/2023
4.7.0-preview3.19551.4 51 10/07/2022
4.7.0-preview2.19523.17 56 05/13/2023
4.7.0-preview1.19504.10 54 05/03/2023
4.6.0 58 10/14/2022
4.6.0-rc1.19456.4 53 06/06/2023
4.6.0-preview9.19421.4 44 07/09/2023
4.6.0-preview9.19416.11 52 05/03/2023
4.6.0-preview8.19405.3 52 07/18/2023
4.6.0-preview7.19362.9 45 05/26/2023
4.6.0-preview6.19303.8 53 10/05/2022
4.6.0-preview6.19264.9 52 05/19/2023
4.6.0-preview5.19224.8 51 07/10/2023
4.6.0-preview4.19212.13 53 07/10/2023
4.6.0-preview3.19128.7 56 07/09/2023
4.6.0-preview.19073.11 45 07/08/2023
4.6.0-preview.18571.3 60 07/01/2023
4.5.0 53 04/03/2023
4.5.0-rc1 41 12/07/2022
4.5.0-preview2-26406-04 39 05/14/2023
4.5.0-preview1-26216-02 52 07/10/2023
4.5.0-preview1-25914-04 48 07/04/2023
4.4.0 55 05/22/2023
4.4.0-preview2-25405-01 54 07/13/2023
4.4.0-preview1-25305-02 51 05/15/2023
4.3.0 48 04/21/2023
4.3.0-preview1-24530-04 45 07/10/2023
4.0.0 53 04/05/2023
4.0.0-rc2-24027 54 05/03/2023
4.0.0-beta-23516 51 05/24/2023
4.0.0-beta-23409 48 07/09/2023
4.0.0-beta-23225 49 07/13/2023
4.0.0-beta-23123 45 06/16/2023
4.0.0-beta-23109 54 07/04/2023
4.0.0-beta-23019 52 06/01/2023
4.0.0-beta-22816 47 07/08/2023
4.0.0-beta-22605 44 07/12/2023