Microsoft.AspNetCore.Components.WebAssembly.Authentication by: Microsoft
  • 11 total downloads
  • Latest version: 10.0.2
  • 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/44525024595742ebe09023abe709df51de65009b
Microsoft.AspNetCore.Components.WebAssembly.Server by: Microsoft
  • 9 total downloads
  • Latest version: 10.0.1
  • 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/fad253f51b461736dfd3cd9c15977bb7493becef
Microsoft.AspNetCore.Connections.Abstractions by: Microsoft
  • 20 total downloads
  • Latest version: 10.0.1
  • aspnetcore
Core components of ASP.NET Core networking protocol stack. This package was built from the source code at https://github.com/dotnet/dotnet/tree/fad253f51b461736dfd3cd9c15977bb7493becef
Microsoft.AspNetCore.CookiePolicy by: Microsoft
  • 8 total downloads
  • Latest version: 2.2.0
  • 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/Security/tree/93926543f8469614c2feb23de8a8c0561b8b2463
Microsoft.AspNetCore.Cors by: Microsoft
  • 5 total downloads
  • Latest version: 2.2.0-preview2-35157
  • 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 This package was built from the source at: https://github.com/aspnet/CORS/tree/6eb5ead0126e4640e551b7cd060967888a13daf1
Microsoft.AspNetCore.Cryptography.Internal by: Microsoft
  • 136 total downloads
  • Latest version: 10.0.2
  • 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/dotnet/dotnet/tree/44525024595742ebe09023abe709df51de65009b
Microsoft.AspNetCore.Cryptography.KeyDerivation by: Microsoft
  • 13 total downloads
  • Latest version: 9.0.1
  • aspnetcore dataprotection
ASP.NET Core utilities for key derivation. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/4442a188f9200a57635373dcd640893c0e8dcc78
Microsoft.AspNetCore.DataProtection by: Microsoft
  • 19 total downloads
  • Latest version: 10.0.0-preview.1.25120.3
  • 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/dotnet/aspnetcore/tree/b225d30209cf027c80b741d04efe1c54f2431b3c
Microsoft.AspNetCore.DataProtection.Abstractions by: Microsoft
  • 144 total downloads
  • Latest version: 10.0.0-rc.2.25502.107
  • aspnetcore dataprotection
ASP.NET Core data protection abstractions. Commonly used types: Microsoft.AspNetCore.DataProtection.IDataProtectionProvider Microsoft.AspNetCore.DataProtection.IDataProtector This package was built from the source code at https://github.com/dotnet/dotnet/tree/89c8f6a112d37d2ea8b77821e56d170a1bccdc5a
Microsoft.AspNetCore.DataProtection.AzureKeyVault by: Microsoft
  • 4 total downloads
  • Latest version: 3.1.6
  • aspnetcore dataprotection azure keyvault
Microsoft Azure KeyVault key encryption support. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/62c098bc170f50feca15916e81cb7f321ffc52ff
Microsoft.AspNetCore.DataProtection.AzureStorage by: Microsoft
  • 9 total downloads
  • Latest version: 3.1.22
  • aspnetcore dataprotection azure blob
Microsoft Azure Blob storage support as key store. This library has been replaced by the following new Azure SDK. https://www.nuget.org/packages/Azure.Extensions.AspNetCore.DataProtection.Blobs It is recommended that you move to the new package. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/7b22a279ec975335bbb0a7cbadef2e45ee15aa9c
Microsoft.AspNetCore.DataProtection.Extensions by: Microsoft
  • 19 total downloads
  • Latest version: 9.0.5
  • aspnetcore dataprotection
Additional APIs for ASP.NET Core data protection. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/ed74665e773dd1ebea3289c5662d71c590305932
Microsoft.AspNetCore.Diagnostics by: Microsoft
  • 8 total downloads
  • Latest version: 2.3.9
  • aspnetcore diagnostics
ASP.NET Core middleware for exception handling, exception display pages, and diagnostics information. Includes developer exception page middleware, exception handler middleware, runtime info middleware, status code page middleware, and welcome page middleware
Microsoft.AspNetCore.Diagnostics.Abstractions by: Microsoft
  • 6 total downloads
  • Latest version: 2.3.9
  • aspnetcore diagnostics
ASP.NET Core diagnostics middleware abstractions and feature interface definitions.
Microsoft.AspNetCore.Diagnostics.HealthChecks by: Microsoft
  • 1 total downloads
  • Latest version: 2.2.0-preview2-35157
  • diagnostics healthchecks
ASP.NET Core middleware for returning the results of Health Checks in the application This package was built from the source at: https://github.com/aspnet/Diagnostics/tree/dd07e6743c9a9cdd45d48017a4a5ee932ea3188e
Microsoft.AspNetCore.HostFiltering by: Microsoft
  • 10 total downloads
  • Latest version: 2.3.9
  • aspnetcore
ASP.NET Core middleware for filtering out requests with unknown HTTP host headers.
Microsoft.AspNetCore.Hosting by: Microsoft
  • 4 total downloads
  • Latest version: 2.3.8
  • aspnetcore hosting
ASP.NET Core hosting infrastructure and startup logic for web applications.
Microsoft.AspNetCore.Hosting.Abstractions by: Microsoft
  • 9 total downloads
  • Latest version: 2.3.9
  • aspnetcore hosting
ASP.NET Core hosting and startup abstractions for web applications.
Microsoft.AspNetCore.Hosting.Server.Abstractions by: Microsoft
  • 8 total downloads
  • Latest version: 2.3.9
  • aspnetcore hosting
ASP.NET Core hosting server abstractions for web applications.
Microsoft.AspNetCore.Html.Abstractions by: Microsoft
  • 3 total downloads
  • Latest version: 2.3.9
  • aspnetcore
ASP.NET Core HTML abstractions used for building HTML content. Commonly used types: Microsoft.AspNetCore.Html.HtmlString Microsoft.AspNetCore.Html.IHtmlContent