System.Security.Principal.Windows
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.
Requires NuGet 2.12 or higher.
Install-Package System.Security.Principal.Windows -Version 5.0.0
dotnet add package System.Security.Principal.Windows --version 5.0.0
<PackageReference Include="System.Security.Principal.Windows" Version="5.0.0" />
paket add System.Security.Principal.Windows --version 5.0.0
#r "nuget: System.Security.Principal.Windows, 5.0.0"
// Install System.Security.Principal.Windows as a Cake Addin
#addin nuget:?package=System.Security.Principal.Windows&version=5.0.0
// Install System.Security.Principal.Windows as a Cake Tool
#tool nuget:?package=System.Security.Principal.Windows&version=5.0.0
Release Notes
https://go.microsoft.com/fwlink/?LinkID=799421
Dependencies
-
.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.
Used By
NuGet packages (20)
Showing the top 5 NuGet packages that depend on System.Security.Principal.Windows:
| Package | Downloads |
|---|---|
|
Microsoft.AspNet.DataProtection
ASP.NET 5 logic to protect and unprotect data, similar to DPAPI.
|
|
|
Microsoft.AspNetCore.Server.IISIntegration
ASP.NET Core components for working with the IIS AspNetCoreModule.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/ce8cf65589734f82b0536c543aba5bd60d0a5a98
|
|
|
Microsoft.AspNetCore.Server.HttpSys
ASP.NET Core HTTP server that uses the Windows HTTP Server API.
This package was built from the source code at https://github.com/aspnet/HttpSysServer/tree/3e08bf8833827737a5bd1b64210c7a5e8e2941ec
|
|
|
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
|
|
|
Microsoft.AspNetCore.Http.Connections
Components for providing real-time bi-directional communication across the Web.
|