Microsoft.Win32.Registry.AccessControl 9.0.0-rc.2.24473.5

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 as well as .NET Standard.
15
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.
14
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.
14
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.
14
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.
13
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.
13
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.
13
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.
12
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.
12
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.
12
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. 30ab651fcb4354552bd4891619a0bdd81e0ebdbf When using NuGet 3.x this package requires at least version 3.4.
12

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

.NET Framework 4.6.2

.NET 8.0

  • No dependencies.

.NET 9.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
9.0.0-rc.2.24473.5 6 10/16/2024
9.0.0-rc.1.24431.7 6 09/11/2024
9.0.0-preview.7.24405.7 6 08/16/2024
9.0.0-preview.6.24327.7 8 07/12/2024
9.0.0-preview.5.24306.7 7 06/14/2024
9.0.0-preview.4.24266.19 6 05/30/2024
9.0.0-preview.3.24172.9 9 04/18/2024
9.0.0-preview.2.24128.5 15 03/15/2024
9.0.0-preview.1.24080.9 13 03/01/2024
8.0.0 10 12/28/2023
8.0.0-rc.2.23479.6 11 01/19/2024
8.0.0-rc.1.23419.4 12 09/22/2023
8.0.0-preview.7.23375.6 14 12/08/2023
8.0.0-preview.6.23329.7 14 12/07/2023
8.0.0-preview.5.23280.8 12 12/08/2023
8.0.0-preview.4.23259.5 14 07/14/2023
8.0.0-preview.3.23174.8 14 06/28/2023
8.0.0-preview.2.23128.3 12 12/09/2023
8.0.0-preview.1.23110.8 10 06/28/2023
7.0.0 13 08/01/2023
7.0.0-rc.2.22472.3 13 06/26/2023
7.0.0-rc.1.22426.10 11 07/31/2023
7.0.0-preview.7.22375.6 14 06/27/2023
7.0.0-preview.6.22324.4 12 06/27/2023
7.0.0-preview.5.22301.12 14 06/28/2023
7.0.0-preview.4.22229.4 15 06/16/2023
7.0.0-preview.3.22175.4 15 12/09/2023
7.0.0-preview.2.22152.2 10 10/29/2023
7.0.0-preview.1.22076.8 12 08/23/2023
6.0.2-mauipre.1.22102.15 12 12/09/2023
6.0.2-mauipre.1.22054.8 10 06/16/2023
6.0.0 13 12/18/2023
6.0.0-rc.2.21480.5 12 12/08/2023
6.0.0-rc.1.21451.13 13 06/16/2023
6.0.0-preview.7.21377.19 12 12/09/2023
6.0.0-preview.6.21352.12 10 11/20/2023
6.0.0-preview.5.21301.5 12 06/28/2023
6.0.0-preview.4.21253.7 11 12/09/2023
6.0.0-preview.3.21201.4 14 07/14/2023
6.0.0-preview.2.21154.6 11 12/09/2023
6.0.0-preview.1.21102.12 8 12/08/2023
5.0.0 12 12/18/2023
5.0.0-rc.2.20475.5 14 12/09/2023
5.0.0-rc.1.20451.14 19 06/27/2023
5.0.0-preview.8.20407.11 12 12/08/2023
5.0.0-preview.7.20364.11 12 12/09/2023
5.0.0-preview.6.20305.6 12 06/15/2023
5.0.0-preview.5.20278.1 13 06/28/2023
5.0.0-preview.4.20251.6 13 12/08/2023
5.0.0-preview.3.20214.6 16 08/23/2023
5.0.0-preview.2.20160.6 10 12/09/2023
5.0.0-preview.1.20120.5 14 10/10/2023
4.7.0 10 11/30/2023
4.7.0-preview3.19551.4 14 12/09/2023
4.7.0-preview2.19523.17 14 06/15/2023
4.7.0-preview1.19504.10 10 12/09/2023
4.6.0 13 06/16/2023
4.6.0-rc1.19456.4 14 06/27/2023
4.6.0-preview9.19421.4 8 12/09/2023
4.6.0-preview9.19416.11 13 06/27/2023
4.6.0-preview8.19405.3 11 12/09/2023
4.6.0-preview7.19362.9 10 06/27/2023
4.6.0-preview6.19303.8 13 11/18/2023
4.6.0-preview6.19264.9 13 08/23/2023
4.6.0-preview5.19224.8 11 12/08/2023
4.6.0-preview4.19212.13 14 08/27/2023
4.6.0-preview3.19128.7 11 12/09/2023
4.6.0-preview.19073.11 10 12/09/2023
4.6.0-preview.18571.3 14 12/03/2023
4.5.0 14 12/12/2023
4.5.0-rc1 15 01/04/2024
4.5.0-preview2-26406-04 12 10/21/2023
4.5.0-preview1-26216-02 10 10/22/2023
4.5.0-preview1-25914-04 9 10/22/2023
4.4.0 13 12/27/2023
4.4.0-preview2-25405-01 10 10/22/2023
4.4.0-preview1-25305-02 10 10/22/2023
4.3.0 12 12/19/2023
4.3.0-preview1-24530-04 13 10/22/2023
4.0.0 11 12/18/2023
4.0.0-rc2-24027 11 10/13/2023
4.0.0-beta-23516 12 10/10/2023
4.0.0-beta-23409 14 10/09/2023
4.0.0-beta-23225 11 10/10/2023
4.0.0-beta-23123 12 10/10/2023
4.0.0-beta-23109 16 10/10/2023
4.0.0-beta-23019 13 10/10/2023
4.0.0-beta-22816 10 10/09/2023
4.0.0-beta-22605 11 10/10/2023