System.Security.Principal.Windows 4.5.0-preview2-26406-04

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of System.Security.Principal.Windows.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.12 or higher.

dotnet add package System.Security.Principal.Windows --version 4.5.0-preview2-26406-04
NuGet\Install-Package System.Security.Principal.Windows -Version 4.5.0-preview2-26406-04
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.Principal.Windows" Version="4.5.0-preview2-26406-04" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Security.Principal.Windows --version 4.5.0-preview2-26406-04
#r "nuget: System.Security.Principal.Windows, 4.5.0-preview2-26406-04"
#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.Principal.Windows as a Cake Addin
#addin nuget:?package=System.Security.Principal.Windows&version=4.5.0-preview2-26406-04&prerelease

// Install System.Security.Principal.Windows as a Cake Tool
#tool nuget:?package=System.Security.Principal.Windows&version=4.5.0-preview2-26406-04&prerelease

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

7e3dbdb95b30650eabade0ac73a10b22d4dbe8b3
When using NuGet 3.x this package requires at least version 3.4.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net46 is compatible.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed.  uap10.0.16299 is compatible. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (450)

Showing the top 5 NuGet packages that depend on System.Security.Principal.Windows:

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 When using NuGet 3.x this package requires at least version 3.4.

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

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

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

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.

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

Provides the System.Net.Dns class, which enables developers to perform simple domain name resolution. Commonly Used Types: System.Net.Dns System.Net.IPHostEntry When using NuGet 3.x this package requires at least version 3.4.

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

Provides the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service. Commonly Used Types: System.Diagnostics.EventLog

GitHub repositories (194)

Showing the top 5 popular GitHub repositories that depend on System.Security.Principal.Windows:

Repository Stars
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
abpframework/abp
Open Source Web Application Framework for ASP.NET Core. Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.
Sonarr/Sonarr
Smart PVR for newsgroup and bittorrent users.
IdentityServer/IdentityServer4
OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
Version Downloads Last updated
5.0.0 500,689,451 11/9/2020
5.0.0-rc.2.20475.5 154,452 10/13/2020
5.0.0-rc.1.20451.14 173,004 9/14/2020
5.0.0-preview.8.20407.11 210,356 8/25/2020
5.0.0-preview.7.20364.11 185,756 7/21/2020
5.0.0-preview.6.20305.6 271,768 6/25/2020
5.0.0-preview.5.20278.1 61,778 6/10/2020
5.0.0-preview.4.20251.6 123,803 5/18/2020
5.0.0-preview.3.20214.6 80,916 4/23/2020
5.0.0-preview.2.20160.6 145,392 4/2/2020
5.0.0-preview.1.20120.5 80,655 3/16/2020
4.7.0 587,701,740 12/3/2019
4.7.0-preview3.19551.4 123,969 11/13/2019
4.7.0-preview2.19523.17 38,851 11/1/2019
4.7.0-preview1.19504.10 80,906 10/15/2019
4.6.0 85,730,422 9/23/2019
4.6.0-rc1.19456.4 60,096 9/16/2019
4.6.0-preview9.19421.4 63,619 9/4/2019
4.6.0-preview9.19416.11 1,425 9/4/2019
4.6.0-preview8.19405.3 246,161 8/13/2019
4.6.0-preview7.19362.9 293,620 7/23/2019
4.6.0-preview6.19303.8 1,364,686 6/12/2019
4.6.0-preview6.19264.9 1,534 9/4/2019
4.6.0-preview5.19224.8 209,331 5/6/2019
4.6.0-preview4.19212.13 279,332 4/18/2019
4.6.0-preview3.19128.7 216,591 3/6/2019
4.6.0-preview.19073.11 94,081 1/29/2019
4.6.0-preview.18571.3 200,796 12/3/2018
4.5.1 38,532,292 10/1/2018
4.5.0 521,108,615 5/29/2018
4.5.0-rc1 4,715,964 5/6/2018
4.5.0-preview2-26406-04 840,647 4/10/2018
4.5.0-preview1-26216-02 568,092 2/26/2018
4.5.0-preview1-25914-04 591,934 11/15/2017
4.4.1 14,060,204 12/12/2017
4.4.0 215,275,898 8/11/2017
4.4.0-preview2-25405-01 300,612 6/27/2017
4.4.0-preview1-25305-02 2,523,823 5/9/2017
4.3.0 359,779,136 11/15/2016
4.3.0-preview1-24530-04 220,656 10/24/2016
4.0.0 255,389,802 6/27/2016
4.0.0-rc2-24027 2,923,350 5/16/2016
4.0.0-beta-23516 275,025 11/18/2015
4.0.0-beta-23409 41,603 10/15/2015
4.0.0-beta-23225 45,199 9/2/2015
4.0.0-beta-23123 8,209 7/29/2015
4.0.0-beta-23109 63,207 7/27/2015
4.0.0-beta-23019 51,643 6/30/2015
4.0.0-beta-22816 44,906 4/24/2015
4.0.0-beta-22605 20,159 2/13/2015
4.0.0-beta-22416 10,723 1/16/2015
4.0.0-beta-22231 27,353 11/11/2014