Microsoft.AspNetCore.Authentication.Core by: Microsoft
  • 80 total downloads
  • Latest version: 2.2.0
  • aspnetcore authentication security
ASP.NET Core common types used by the various authentication middleware components. This package was built from the source code at https://github.com/aspnet/HttpAbstractions/tree/91db78cf926939821bc96e8e60616cf5dde0b489
Microsoft.AspNetCore.Authentication.Facebook by: Microsoft
  • 31 total downloads
  • Latest version: 2.1.2
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow.
Microsoft.AspNetCore.Authentication.Google by: Microsoft
  • 52 total downloads
  • Latest version: 2.2.0
  • aspnetcore authentication security
ASP.NET Core contains middleware to support Google's OpenId and OAuth 2.0 authentication workflows. This package was built from the source code at https://github.com/aspnet/Security/tree/93926543f8469614c2feb23de8a8c0561b8b2463
Microsoft.AspNetCore.Authentication.JwtBearer by: Microsoft
  • 28 total downloads
  • Latest version: 2.1.2
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.
Microsoft.AspNetCore.Authentication.MicrosoftAccount by: Microsoft
  • 43 total downloads
  • Latest version: 2.2.0
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to support the Microsoft Account authentication workflow. This package was built from the source code at https://github.com/aspnet/Security/tree/93926543f8469614c2feb23de8a8c0561b8b2463
Microsoft.AspNetCore.Authentication.OAuth by: Microsoft
  • 44 total downloads
  • Latest version: 2.1.2
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to support any standard OAuth 2.0 authentication workflow.
Microsoft.AspNetCore.Authentication.OpenIdConnect by: Microsoft
  • 37 total downloads
  • Latest version: 2.2.0
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to support the OpenID Connect authentication workflow. This package was built from the source code at https://github.com/aspnet/Security/tree/93926543f8469614c2feb23de8a8c0561b8b2463
Microsoft.AspNetCore.Authentication.Twitter by: Microsoft
  • 43 total downloads
  • Latest version: 2.1.2
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to support Twitter's OAuth 1.0 authentication workflow.
Microsoft.AspNetCore.Authentication.WsFederation by: Microsoft
  • 31 total downloads
  • Latest version: 2.2.0
  • aspnetcore authentication security
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.Authorization by: Microsoft
  • 79 total downloads
  • Latest version: 2.1.2
  • aspnetcore authorization
ASP.NET Core authorization classes. Commonly used types: Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute Microsoft.AspNetCore.Authorization.AuthorizeAttribute
Microsoft.AspNetCore.Authorization.Policy by: Microsoft
  • 90 total downloads
  • Latest version: 2.2.0
  • aspnetcore authorization
ASP.NET Core authorization policy helper classes. This package was built from the source code at https://github.com/aspnet/Security/tree/93926543f8469614c2feb23de8a8c0561b8b2463
Microsoft.AspNetCore.AzureAppServices.HostingStartup by: Microsoft
  • 38 total downloads
  • Latest version: 2.2.0
  • aspnetcore azure appservices
ASP.NET Core lightup integration with Azure AppServices.
Microsoft.AspNetCore.AzureAppServicesIntegration by: Microsoft
  • 27 total downloads
  • Latest version: 2.2.0
  • aspnetcore azure appservices
ASP.NET Core integration with Azure AppServices. This package was built from the source code at https://github.com/aspnet/AzureIntegration/tree/031a2ed214529194d95d8deed50287760163ffae
Microsoft.AspNetCore.Connections.Abstractions by: Microsoft
  • 38 total downloads
  • Latest version: 2.1.3
  • aspnetcore
Core components of ASP.NET Core networking protocol stack.
Microsoft.AspNetCore.CookiePolicy by: Microsoft
  • 67 total downloads
  • Latest version: 2.2.8
  • aspnetcore
ASP.NET Core cookie policy classes to control the behavior of cookies. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/7ab32c8411f40e63984c5963b79722c1f2fd9d8a
Microsoft.AspNetCore.Cors by: Microsoft
  • 46 total downloads
  • Latest version: 2.1.1
  • aspnetcore cors
CORS middleware and policy for ASP.NET Core to enable cross-origin resource sharing. Commonly used types: Microsoft.AspNetCore.Cors.DisableCorsAttribute Microsoft.AspNetCore.Cors.EnableCorsAttribute
Microsoft.AspNetCore.Cryptography.Internal by: Microsoft
  • 161 total downloads
  • Latest version: 3.1.10
  • aspnetcore dataprotection
Infrastructure for ASP.NET Core cryptographic packages. Applications and libraries should not reference this package directly. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/e3187077455f953200e3c930430808a30f48b82e
Microsoft.AspNetCore.Cryptography.KeyDerivation by: Microsoft
  • 85 total downloads
  • Latest version: 3.1.10
  • aspnetcore dataprotection
ASP.NET Core utilities for key derivation. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/e3187077455f953200e3c930430808a30f48b82e
Microsoft.AspNetCore.DataProtection by: Microsoft
  • 73 total downloads
  • Latest version: 2.2.0
  • 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.DataProtection.Abstractions by: Microsoft
  • 60 total downloads
  • Latest version: 2.1.1
  • aspnetcore dataprotection
ASP.NET Core data protection abstractions. Commonly used types: Microsoft.AspNetCore.DataProtection.IDataProtectionProvider Microsoft.AspNetCore.DataProtection.IDataProtector