Microsoft.AspNetCore.Authentication
2.0.4
ASP.NET Core common types used by the various authentication middleware components.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Microsoft.AspNetCore.Authentication -Version 2.0.4
dotnet add package Microsoft.AspNetCore.Authentication --version 2.0.4
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.AspNetCore.Authentication --version 2.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.AspNetCore.Authentication, 2.0.4"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.AspNetCore.Authentication as a Cake Addin
#addin nuget:?package=Microsoft.AspNetCore.Authentication&version=2.0.4
// Install Microsoft.AspNetCore.Authentication as a Cake Tool
#tool nuget:?package=Microsoft.AspNetCore.Authentication&version=2.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.0
- Microsoft.AspNetCore.Authentication.Core (>= 2.0.3)
- Microsoft.AspNetCore.DataProtection (>= 2.0.3)
- Microsoft.AspNetCore.Http (>= 2.0.3)
- Microsoft.AspNetCore.Http.Extensions (>= 2.0.3)
- Microsoft.Extensions.Logging.Abstractions (>= 2.0.2)
- Microsoft.Extensions.Options (>= 2.0.2)
- Microsoft.Extensions.WebEncoders (>= 2.0.2)
Used By
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Authentication:
| Package | Downloads |
|---|---|
|
Microsoft.AspNetCore.Authentication.JwtBearer
ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.
This package was built from the source code at https://github.com/aspnet/Security/tree/93926543f8469614c2feb23de8a8c0561b8b2463
|
|
|
Microsoft.AspNetCore.Authentication.OAuth
ASP.NET Core middleware that enables an application to support any standard OAuth 2.0 authentication workflow.
This package was built from the source code at https://github.com/aspnet/Security/tree/93926543f8469614c2feb23de8a8c0561b8b2463
|
|
|
Microsoft.AspNetCore.Authentication.WsFederation
ASP.NET Core middleware that enables an application to support the WsFederation authentication workflow.
This package was built from the source code at https://github.com/aspnet/Security/tree/93926543f8469614c2feb23de8a8c0561b8b2463
|
|
|
Microsoft.AspNetCore.Authentication.Cookies
ASP.NET Core middleware that enables an application to use cookie based authentication.
This package was built from the source code at https://github.com/aspnet/Security/tree/93926543f8469614c2feb23de8a8c0561b8b2463
|
|
|
Visitmedia.License.Node
Package Description
|