System.Security.Principal.Windows 4.6.0-preview9.19421.4

Provides classes for retrieving the current Windows user and for interacting with Windows users and groups. Commonly Used Types: System.Security.Principal.WindowsIdentity System.Security.Principal.SecurityIdentifier System.Security.Principal.NTAccount System.Security.Principal.WindowsPrincipal System.Security.Principal.IdentityReference System.Security.Principal.IdentityNotMappedException System.Security.Principal.WindowsBuiltInRole System.Security.Principal.WellKnownSidType When using NuGet 3.x this package requires at least version 3.4.

Showing the top 20 packages that depend on System.Security.Principal.Windows.

Packages Downloads
System.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: System.Data.SqlClient.SqlConnection System.Data.SqlClient.SqlException System.Data.SqlClient.SqlParameter System.Data.SqlDbType System.Data.SqlClient.SqlDataReader System.Data.SqlClient.SqlCommand System.Data.SqlClient.SqlTransaction System.Data.SqlClient.SqlParameterCollection System.Data.SqlClient.SqlClientFactory 9b5053f09fac4a2d615619197924072b9571da78 When using NuGet 3.x this package requires at least version 3.4.
6
System.DirectoryServices.Protocols
Provides the methods defined in the Lightweight Directory Access Protocol (LDAP) version 3 (V3) and Directory Services Markup Language (DSML) version 2.0 (V2) standards.
4
System.Diagnostics.EventLog
Provides the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service. Commonly Used Types: System.Diagnostics.EventLog
4
Microsoft.AspNetCore.DataProtection
ASP.NET Core logic to protect and unprotect data, similar to DPAPI. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/5bae930797f60d2d04f3b1df6a33eaca85fc5f28
4
System.DirectoryServices.AccountManagement
Provides uniform access and manipulation of user, computer, and group security principals across the multiple principal stores: Active Directory Domain Services (AD DS), Active Directory Lightweight Directory Services (AD LDS), and Machine SAM (MSAM).
3
Microsoft.Win32.Registry
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.
3
System.Diagnostics.EventLog
Provides the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service. Commonly Used Types: System.Diagnostics.EventLog
3
System.Diagnostics.PerformanceCounter
Provides the System.Diagnostics.PerformanceCounter class, which allows access to Windows performance counters. Commonly Used Types: System.Diagnostics.PerformanceCounter When using NuGet 3.x this package requires at least version 3.4.
3
Microsoft.Win32.Registry
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 30ab651fcb4354552bd4891619a0bdd81e0ebdbf When using NuGet 3.x this package requires at least version 3.4.
3
Microsoft.VisualStudio.Services.Client
Integrate with Azure DevOps Server 2022 and Azure DevOps Services from desktop-based, ASP.NET, and other Windows applications. Provides access to shared platform services such as account, profile, identity, security, and more via public REST APIs.
3
System.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: System.Data.SqlClient.SqlConnection System.Data.SqlClient.SqlException System.Data.SqlClient.SqlParameter System.Data.SqlDbType System.Data.SqlClient.SqlDataReader System.Data.SqlClient.SqlCommand System.Data.SqlClient.SqlTransaction System.Data.SqlClient.SqlParameterCollection System.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.
3
Microsoft.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: Microsoft.Data.SqlClient.SqlConnection Microsoft.Data.SqlClient.SqlException Microsoft.Data.SqlClient.SqlParameter Microsoft.Data.SqlClient.SqlDataReader Microsoft.Data.SqlClient.SqlCommand Microsoft.Data.SqlClient.SqlTransaction Microsoft.Data.SqlClient.SqlParameterCollection Microsoft.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.
2
System.Net.NetworkInformation
Provides access to network traffic data, network address information, and notification of address changes for the local computer. Commonly Used Types: System.Net.NetworkInformation.NetworkInterface System.Net.NetworkInformation.NetworkInformationException System.Net.NetworkInformation.NetworkAddressChangedEventHandler System.Net.NetworkInformation.NetworkInterfaceType System.Net.NetworkInformation.OperationalStatus System.Net.NetworkInformation.IPGlobalProperties System.Net.NetworkInformation.UnicastIPAddressInformation System.Net.NetworkInformation.UnicastIPAddressInformationCollection System.Net.NetworkInformation.PhysicalAddress System.Net.NetworkInformation.TcpConnectionInformation When using NuGet 3.x this package requires at least version 3.4.
2
System.Diagnostics.EventLog
Provides the System.Diagnostics.EventLog class, which allows the applications to use the windows event log service. Commonly Used Types: System.Diagnostics.EventLog When using NuGet 3.x this package requires at least version 3.4.
2
runtime.win.System.Net.Sockets
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides classes such as Socket, TcpClient and UdpClient, which enable developers to send and receive data over the network. Commonly Used Types: System.Net.Sockets.Socket System.Net.Sockets.SocketAsyncEventArgs System.Net.Sockets.LingerOption System.Net.Sockets.SocketAsyncOperation System.Net.Sockets.ProtocolType System.Net.Sockets.NetworkStream System.Net.Sockets.TcpClient System.Net.Sockets.SocketType System.Net.Sockets.UdpClient System.Net.Sockets.SocketShutdown When using NuGet 3.x this package requires at least version 3.4.
2
Microsoft.Win32.Registry
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.
2
System.DirectoryServices
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
2
Microsoft.AspNetCore.DataProtection
ASP.NET Core logic to protect and unprotect data, similar to DPAPI. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/ce8cf65589734f82b0536c543aba5bd60d0a5a98
2
System.Diagnostics.EventLog
Provides the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service. Commonly Used Types: System.Diagnostics.EventLog
2

.NET Framework 4.6

.NET Framework 4.6.1

  • No dependencies.

.NET Core 2.0

.NET Core 2.1

.NET Core 3.0

  • No dependencies.

.NET Standard 1.3

.NET Standard 2.0

  • No dependencies.

UAP 10.0.16299

  • No dependencies.

Version Downloads Last updated
5.0.0 3 11/03/2025
5.0.0-rc.2.20475.5 1 11/09/2025
5.0.0-rc.1.20451.14 1 11/08/2025
5.0.0-preview.8.20407.11 1 11/09/2025
5.0.0-preview.7.20364.11 1 11/09/2025
5.0.0-preview.6.20305.6 1 11/09/2025
5.0.0-preview.5.20278.1 1 11/09/2025
5.0.0-preview.4.20251.6 1 11/09/2025
5.0.0-preview.3.20214.6 1 11/09/2025
5.0.0-preview.2.20160.6 1 11/08/2025
5.0.0-preview.1.20120.5 1 11/09/2025
4.7.0 2 10/28/2025
4.7.0-preview3.19551.4 1 11/09/2025
4.7.0-preview2.19523.17 1 11/09/2025
4.7.0-preview1.19504.10 1 11/08/2025
4.6.0 1 11/08/2025
4.6.0-rc1.19456.4 1 11/08/2025
4.6.0-preview9.19421.4 1 11/08/2025
4.6.0-preview9.19416.11 1 11/08/2025
4.6.0-preview8.19405.3 1 11/09/2025
4.6.0-preview7.19362.9 1 11/09/2025
4.6.0-preview6.19303.8 1 11/09/2025
4.6.0-preview6.19264.9 1 11/08/2025
4.6.0-preview5.19224.8 1 11/09/2025
4.6.0-preview4.19212.13 1 11/09/2025
4.6.0-preview3.19128.7 1 11/09/2025
4.6.0-preview.19073.11 1 11/09/2025
4.6.0-preview.18571.3 1 11/09/2025
4.5.1 1 11/08/2025
4.5.0 2 11/08/2025
4.5.0-rc1 1 11/08/2025
4.5.0-preview2-26406-04 1 11/09/2025
4.5.0-preview1-26216-02 1 11/09/2025
4.5.0-preview1-25914-04 1 11/09/2025
4.4.1 1 11/08/2025
4.4.0 1 11/08/2025
4.4.0-preview2-25405-01 1 11/09/2025
4.4.0-preview1-25305-02 1 11/09/2025
4.3.0 1 11/08/2025
4.3.0-preview1-24530-04 1 11/09/2025
4.0.0 1 11/08/2025
4.0.0-rc2-24027 1 11/08/2025
4.0.0-beta-23516 1 11/09/2025
4.0.0-beta-23409 1 11/09/2025
4.0.0-beta-23225 1 11/09/2025
4.0.0-beta-23123 1 11/09/2025
4.0.0-beta-23109 1 11/09/2025
4.0.0-beta-23019 1 11/09/2025
4.0.0-beta-22816 1 11/09/2025
4.0.0-beta-22605 1 11/09/2025
4.0.0-beta-22416 1 11/09/2025
4.0.0-beta-22231 1 11/09/2025