Microsoft.AspNetCore.Authentication.Cookies 2.2.0-preview3-35497

Prefix Reserved
Additional Details

This package has been deprecated as part of the .NET Package Deprecation effort. You can learn more about it from https://github.com/dotnet/announcements/issues/217

This is a prerelease version of Microsoft.AspNetCore.Authentication.Cookies.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.Authentication.Cookies --version 2.2.0-preview3-35497
                    
NuGet\Install-Package Microsoft.AspNetCore.Authentication.Cookies -Version 2.2.0-preview3-35497
                    
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="Microsoft.AspNetCore.Authentication.Cookies" Version="2.2.0-preview3-35497" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Cookies" Version="2.2.0-preview3-35497" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.AspNetCore.Authentication.Cookies --version 2.2.0-preview3-35497
                    
#r "nuget: Microsoft.AspNetCore.Authentication.Cookies, 2.2.0-preview3-35497"
                    
#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.
#addin nuget:?package=Microsoft.AspNetCore.Authentication.Cookies&version=2.2.0-preview3-35497&prerelease
                    
Install Microsoft.AspNetCore.Authentication.Cookies as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Authentication.Cookies&version=2.2.0-preview3-35497&prerelease
                    
Install Microsoft.AspNetCore.Authentication.Cookies as a Cake Tool

ASP.NET Core middleware that enables an application to use cookie based authentication.
This package was built from the source at:
https://github.com/aspnet/Security/tree/5d5438a7f0842019e852b2bb911ed86dc0360cf7

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.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  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 tizen40 was computed.  tizen60 was computed. 
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 (260)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Authentication.Cookies:

Package Downloads
Microsoft.AspNetCore.Identity

ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user.

Microsoft.AspNetCore.App

Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Microsoft.AspNetCore.All

Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Omnia.Fx.SharePoint

Package Description

ITfoxtec.Identity.Saml2.MvcCore

ASP.NET MVC Core is supported by the ITfoxtec Identity SAML2 MVC Core package which helps to integrate the ITfoxtec Identity SAML2 package and add support for SAML-P and SAML 2.0 tokens. Support .NET 9.0 Support .NET 8.0 Support .NET 7.0 Support .NET 6.0 Support .NET Framework 4.6.2 and 4.8 Support message signing and validation as well as decryption is supported. The package supports SAML 2.0 login, logout, single logout and metadata. Both SP Initiated and IdP Initiated sign on is supported. Support redirect binding, post binding and artifact binding. Support signing/encryption certificates in Azure Key Vault. Tested for compliance with AD FS, Azure AD and Azure AD B2C. Support the Danish NemLog-in 2 / OIOSAML 2 and NemLog-in 3 / OIOSAML 3.

GitHub repositories (49)

Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.Authentication.Cookies:

Repository Stars
Jackett/Jackett
API Support for your favorite torrent trackers
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
aspnet/Mvc
[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
openiddict/openiddict-core
Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
aspnet/SignalR
[Archived] Incredibly simple real-time web for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
aspnet/Identity
[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
servicetitan/Stl.Fusion
Build real-time apps (Blazor included) with less than 1% of extra code responsible for real-time updates. Host 10-1000x faster APIs relying on transparent and nearly 100% consistent caching. We call it DREAM, or Distributed REActive Memoization, and it's here to turn real-time on!
dotnetcore/FlubuCore
A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.
iioter/iotgateway
A cross-platform IoT gateway based on .net8. Through visual configuration, you can easily connect to any of your devices and systems (such as PLC, barcode scanner, CNC, database, serial device, host computer, OPC Server, OPC UA Server, Mqtt Server, etc.), so as to interact with Thingsboard, IoTSharp or Your own IoT platform for two-way data communi
riganti/dotvvm
Open source MVVM framework for Web Apps
PacktPublishing/Hands-On-Domain-Driven-Design-with-.NET-Core
Hands-On Domain-Driven Design with .NET Core, published by Packt
graphql-dotnet/server
ASP.NET Core GraphQL Server
microsoft/ApplicationInsights-dotnet
ApplicationInsights-dotnet
aspnet-contrib/AspNet.Security.OpenIdConnect.Server
OpenID Connect/OAuth2 server framework for OWIN/Katana and ASP.NET Core
aspnet/Entropy
A chaotic experimental playground for new features and ideas - check here for small and simple samples for individual features.
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
dotnetcore/aspnetcore-doc-cn
The Simplified Chinese edition of Microsoft ASP.NET Core documentation, translated by .NET Core Community and .NET China Community.
migomiddle/xms
基于.netcore的跨平台应用框架,包含众多常用模块,易上手、易扩展,xms可理解为x(可扩展的/任意的)m(管理)s(系统)
SaiGonSoftware/Awesome-CMS-Core
Awesome CMS Core is an open source CMS built using ASP.Net Core & ReactJS with module seperation concern in mind and provide lastest trend of technology like .Net Core, React, Webpack, SASS, Background Job, Message Queue.
Version Downloads Last updated
2.3.0 315,404 3 months ago
2.2.0 71,079,286 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 82,127 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 49,580 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 11,064 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.34 181,922 5/10/2022
2.1.16 1,453,842 2/18/2020
2.1.2 18,400,460 8/21/2018
2.1.1 16,160,672 6/18/2018
2.1.0 13,487,918 5/29/2018
2.1.0-rc1-final 109,112 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 197,338 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 87,267 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.4 4,746,938 5/7/2018 2.0.4 is deprecated because it is no longer maintained.
2.0.3 8,381,955 3/13/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.1 9,845,450 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 8,018,583 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 63,870 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 42,198 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 476,186 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 1,069,354 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 831,912 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 747,059 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 12,974 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 21,203 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 7,898 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 15,915 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 338,720 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 54,190 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 996,537 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 64,139 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.