Microsoft.AspNetCore.Authentication.OpenIdConnect by: Microsoft
  • 35 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to support the OpenID Connect authentication workflow.
Microsoft.AspNetCore.Authentication.Twitter by: Microsoft
  • 22 total downloads
  • Latest version: 2.0.0
  • 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
  • 6 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to support the WsFederation authentication workflow.
Microsoft.AspNetCore.Authorization by: Microsoft
  • 19 total downloads
  • Latest version: 2.0.0
  • aspnetcore authorization
ASP.NET Core authorization classes. Commonly used types: Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute Microsoft.AspNetCore.Authorization.AuthorizeAttribute
Microsoft.AspNetCore.Authorization.Policy by: Microsoft
  • 3 total downloads
  • Latest version: 2.0.0
  • aspnetcore authorization
ASP.NET Core authorization policy helper classes.
Microsoft.AspNetCore.AzureAppServices.HostingStartup by: Microsoft
  • 4 total downloads
  • Latest version: 2.0.0
  • aspnetcore azure appservices
ASP.NET Core lightup integration with Azure AppServices.
Microsoft.AspNetCore.AzureAppServicesIntegration by: Microsoft
  • 17 total downloads
  • Latest version: 2.0.0
  • aspnetcore azure appservices
ASP.NET Core integration with Azure AppServices.
Microsoft.AspNetCore.Components.Analyzers by: Microsoft
  • 28 total downloads
  • Latest version: 3.0.0-preview7.19365.7
  • aspnetcore components
Roslyn analyzers for ASP.NET Core Components. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/d27c0100bc8b9b93eb8102b097c20b40f7de9c49
Microsoft.AspNetCore.Components.CustomElements by: Microsoft
  • 72 total downloads
  • Latest version: 10.0.0-preview.5.25277.114
  • aspnetcore components
Provides a mechanism for using Blazor components as custom HTML elements. This package was built from the source code at https://github.com/dotnet/dotnet/tree/ddf39a1b4690fbe23aea79c78da67004a5c31094
Microsoft.AspNetCore.Components.WebAssembly.Authentication by: Microsoft
  • 406 total downloads
  • Latest version: 10.0.0-rc.1.25451.107
  • aspnetcore components
Build client-side authentication for single-page applications (SPAs). This package was built from the source code at https://github.com/dotnet/dotnet/tree/2db1f5ee2bdda2e8d873769325fabede32e420e0
Microsoft.AspNetCore.Components.WebAssembly.Build by: Microsoft
  • 1 total downloads
  • Latest version: 3.2.0
  • aspnetcore components
Build mechanism for ASP.NET Core Blazor WebAssembly applications. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/158126c27a182202900dbe26aa0d3329019b4c09
Microsoft.AspNetCore.Components.WebAssembly.DevServer by: Microsoft
  • 144 total downloads
  • Latest version: 10.0.0-preview.5.25277.114
  • aspnetcore components
Development server for use when building Blazor applications. This package was built from the source code at https://github.com/dotnet/dotnet/tree/ddf39a1b4690fbe23aea79c78da67004a5c31094
Microsoft.AspNetCore.Components.WebAssembly.Runtime by: Microsoft
  • 1 total downloads
  • Latest version: 3.2.0
Binaries for the .NET WebAssembly runtime and build tools used in Blazor applications.
Microsoft.AspNetCore.Components.WebAssembly.Server by: Microsoft
  • 144 total downloads
  • Latest version: 10.0.0-preview.5.25277.114
  • aspnetcore components
Runtime server features for ASP.NET Core Blazor applications. This package was built from the source code at https://github.com/dotnet/dotnet/tree/ddf39a1b4690fbe23aea79c78da67004a5c31094
Microsoft.AspNetCore.Components.WebAssembly.Templates by: Microsoft
  • 1 total downloads
  • Latest version: 3.2.1
  • aspnet templates blazor spa
Templates for ASP.NET Core Blazor WebAssembly projects. To install the templates in this package, run 'dotnet new --install Microsoft.AspNetCore.Components.WebAssembly.Templates::3.2.1'. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/62c098bc170f50feca15916e81cb7f321ffc52ff
Microsoft.AspNetCore.CookiePolicy by: Microsoft
  • 20 total downloads
  • Latest version: 2.0.0
  • aspnetcore
ASP.NET Core cookie policy classes to control the behavior of cookies.
Microsoft.AspNetCore.Cors by: Microsoft
  • 25 total downloads
  • Latest version: 2.0.0
  • 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
  • 28 total downloads
  • Latest version: 2.0.0
  • aspnetcore dataprotection
Infrastructure for ASP.NET Core cryptographic packages. Applications and libraries should not reference this package directly.
Microsoft.AspNetCore.Cryptography.KeyDerivation by: Microsoft
  • 25 total downloads
  • Latest version: 2.0.0
  • aspnetcore dataprotection
ASP.NET Core utilities for key derivation.
Microsoft.AspNetCore.DataProtection by: Microsoft
  • 31 total downloads
  • Latest version: 2.0.0
  • aspnetcore dataprotection
ASP.NET Core logic to protect and unprotect data, similar to DPAPI.