System.Security.Principal.Windows
5.0.0
Prefix Reserved
Requires NuGet 2.12 or higher.
dotnet add package System.Security.Principal.Windows --version 5.0.0
NuGet\Install-Package System.Security.Principal.Windows -Version 5.0.0
<PackageReference Include="System.Security.Principal.Windows" Version="5.0.0" />
<PackageVersion Include="System.Security.Principal.Windows" Version="5.0.0" />
<PackageReference Include="System.Security.Principal.Windows" />
paket add System.Security.Principal.Windows --version 5.0.0
#r "nuget: System.Security.Principal.Windows, 5.0.0"
#addin nuget:?package=System.Security.Principal.Windows&version=5.0.0
#tool nuget:?package=System.Security.Principal.Windows&version=5.0.0
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.
Product | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 is compatible. netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 is compatible. 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. |
-
.NETCoreApp 2.0
- Microsoft.NETCore.Platforms (>= 5.0.0)
-
.NETCoreApp 2.1
- Microsoft.NETCore.Platforms (>= 5.0.0)
-
.NETCoreApp 3.0
- No dependencies.
-
.NETFramework 4.6
- System.Security.Claims (>= 4.3.0)
-
.NETFramework 4.6.1
- No dependencies.
-
.NETStandard 1.3
- Microsoft.Win32.Primitives (>= 4.3.0)
- System.Collections (>= 4.3.0)
- System.Diagnostics.Debug (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Runtime.Handles (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Security.Claims (>= 4.3.0)
- System.Security.Principal (>= 4.3.0)
- System.Text.Encoding (>= 4.3.0)
- System.Threading (>= 4.3.0)
-
.NETStandard 2.0
- No dependencies.
-
UAP 10.0.16299
- No dependencies.
NuGet packages (461)
Showing the top 5 NuGet packages that depend on System.Security.Principal.Windows:
Package | Downloads |
---|---|
System.Security.AccessControl
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 |
|
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. |
|
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 |
|
System.Net.NameResolution
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. |
|
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/dotnet/tree/ddf39a1b4690fbe23aea79c78da67004a5c31094 |
GitHub repositories (217)
Showing the top 20 popular GitHub repositories that depend on System.Security.Principal.Windows:
Repository | Stars |
---|---|
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. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
duplicati/duplicati
Store securely encrypted backups in the cloud!
|
|
Sonarr/Sonarr
Smart PVR for newsgroup and bittorrent users.
|
|
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
|
|
chocolatey/choco
Chocolatey - the package manager for Windows
|
|
SubtitleEdit/subtitleedit
the subtitle editor :)
|
|
mRemoteNG/mRemoteNG
mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.
|
|
dotnet/machinelearning
ML.NET is an open source and cross-platform machine learning framework for .NET.
|
|
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
|
|
dotnet/wpf
WPF is a .NET Core UI framework for building Windows desktop applications.
|
|
NancyFx/Nancy
Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
|
|
gerardog/gsudo
Sudo for Windows
|
|
dotnet/msbuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
|
|
dotnet/tye
Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
|
|
Prowlarr/Prowlarr
Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps, supporting management of both Torrent Trackers and Usenet Indexers.
|
|
immense/Remotely
A remote control and remote scripting solution, built with .NET 8, Blazor, and SignalR.
|
|
cobbr/Covenant
Covenant is a collaborative .NET C2 framework for red teamers.
|
|
grpc/grpc-dotnet
gRPC for .NET
|
|
Lidarr/Lidarr
Looks and smells like Sonarr but made for music.
|
Version | Downloads | Last updated |
---|---|---|
5.0.0 | 855,531,222 | 11/9/2020 |
5.0.0-rc.2.20475.5 | 179,714 | 10/13/2020 |
5.0.0-rc.1.20451.14 | 193,782 | 9/14/2020 |
5.0.0-preview.8.20407.11 | 226,698 | 8/25/2020 |
5.0.0-preview.7.20364.11 | 208,577 | 7/21/2020 |
5.0.0-preview.6.20305.6 | 336,238 | 6/25/2020 |
5.0.0-preview.5.20278.1 | 64,951 | 6/10/2020 |
5.0.0-preview.4.20251.6 | 129,030 | 5/18/2020 |
5.0.0-preview.3.20214.6 | 96,372 | 4/23/2020 |
5.0.0-preview.2.20160.6 | 157,466 | 4/2/2020 |
5.0.0-preview.1.20120.5 | 86,788 | 3/16/2020 |
4.7.0 | 862,687,166 | 12/3/2019 |
4.7.0-preview3.19551.4 | 140,553 | 11/13/2019 |
4.7.0-preview2.19523.17 | 43,481 | 11/1/2019 |
4.7.0-preview1.19504.10 | 88,820 | 10/15/2019 |
4.6.0 | 103,819,638 | 9/23/2019 |
4.6.0-rc1.19456.4 | 63,809 | 9/16/2019 |
4.6.0-preview9.19421.4 | 71,263 | 9/4/2019 |
4.6.0-preview9.19416.11 | 2,059 | 9/4/2019 |
4.6.0-preview8.19405.3 | 274,799 | 8/13/2019 |
4.6.0-preview7.19362.9 | 392,718 | 7/23/2019 |
4.6.0-preview6.19303.8 | 2,335,155 | 6/12/2019 |
4.6.0-preview6.19264.9 | 2,175 | 9/4/2019 |
4.6.0-preview5.19224.8 | 222,098 | 5/6/2019 |
4.6.0-preview4.19212.13 | 337,942 | 4/18/2019 |
4.6.0-preview3.19128.7 | 227,637 | 3/6/2019 |
4.6.0-preview.19073.11 | 100,231 | 1/29/2019 |
4.6.0-preview.18571.3 | 216,063 | 12/3/2018 |
4.5.1 | 44,961,493 | 10/1/2018 |
4.5.0 | 717,209,042 | 5/29/2018 |
4.5.0-rc1 | 4,747,651 | 5/6/2018 |
4.5.0-preview2-26406-04 | 954,242 | 4/10/2018 |
4.5.0-preview1-26216-02 | 598,206 | 2/26/2018 |
4.5.0-preview1-25914-04 | 620,524 | 11/15/2017 |
4.4.1 | 18,925,120 | 12/12/2017 |
4.4.0 | 262,619,841 | 8/11/2017 |
4.4.0-preview2-25405-01 | 401,888 | 6/27/2017 |
4.4.0-preview1-25305-02 | 2,840,475 | 5/9/2017 |
4.3.0 | 485,542,285 | 11/15/2016 |
4.3.0-preview1-24530-04 | 226,421 | 10/24/2016 |
4.0.0 | 310,357,353 | 6/27/2016 |
4.0.0-rc2-24027 | 3,021,079 | 5/16/2016 |
4.0.0-beta-23516 | 277,306 | 11/18/2015 |
4.0.0-beta-23409 | 42,935 | 10/15/2015 |
4.0.0-beta-23225 | 46,010 | 9/2/2015 |
4.0.0-beta-23123 | 9,199 | 7/29/2015 |
4.0.0-beta-23109 | 64,544 | 7/27/2015 |
4.0.0-beta-23019 | 53,069 | 6/30/2015 |
4.0.0-beta-22816 | 46,022 | 4/24/2015 |
4.0.0-beta-22605 | 21,302 | 2/13/2015 |
4.0.0-beta-22416 | 12,118 | 1/16/2015 |
4.0.0-beta-22231 | 28,482 | 11/11/2014 |