Microsoft.AspNetCore.Authentication
1.0.0
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 1.0.0
dotnet add package Microsoft.AspNetCore.Authentication --version 1.0.0
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.AspNetCore.Authentication --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.AspNetCore.Authentication, 1.0.0"
#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=1.0.0
// Install Microsoft.AspNetCore.Authentication as a Cake Tool
#tool nuget:?package=Microsoft.AspNetCore.Authentication&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.5.1
- Microsoft.AspNetCore.DataProtection (>= 1.0.0)
- Microsoft.AspNetCore.Http (>= 1.0.0)
- Microsoft.AspNetCore.Http.Extensions (>= 1.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 1.0.0)
- Microsoft.Extensions.Options (>= 1.0.0)
- Microsoft.Extensions.WebEncoders (>= 1.0.0)
-
.NETStandard 1.3
- Microsoft.AspNetCore.DataProtection (>= 1.0.0)
- Microsoft.AspNetCore.Http (>= 1.0.0)
- Microsoft.AspNetCore.Http.Extensions (>= 1.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 1.0.0)
- Microsoft.Extensions.Options (>= 1.0.0)
- Microsoft.Extensions.WebEncoders (>= 1.0.0)
- System.Net.Http (>= 4.1.0)
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
|