Microsoft.AspNetCore.Connections.Abstractions
by: Microsoft
- 5 total downloads
- Latest version: 9.0.13
Core components of ASP.NET Core networking protocol stack.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/087328de5f1e0067be48d87295ae8d92064a1535
Microsoft.AspNetCore.CookiePolicy
by: Microsoft
- 7 total downloads
- Latest version: 2.3.10
ASP.NET Core cookie policy classes to control the behavior of cookies.
Microsoft.AspNetCore.Cors
by: Microsoft
- 4 total downloads
- Latest version: 2.1.0-preview2-final
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
- 21 total downloads
- Latest version: 11.0.0-preview.1.26104.118
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/87bc0b04e21d786669142109a5128c95618b75ed
Microsoft.AspNetCore.Cryptography.KeyDerivation
by: Microsoft
- 3 total downloads
- Latest version: 10.0.0
ASP.NET Core utilities for key derivation.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/b0f34d51fccc69fd334253924abd8d6853fad7aa
Microsoft.AspNetCore.DataProtection
by: Microsoft
- 5 total downloads
- Latest version: 10.0.0-rc.1.25451.107
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/dotnet/tree/2db1f5ee2bdda2e8d873769325fabede32e420e0
Microsoft.AspNetCore.DataProtection.Abstractions
by: Microsoft
- 80 total downloads
- Latest version: 9.0.9
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/aspnetcore/tree/ff66c263be7ed395794bdaf616322977b8ec897c
Microsoft.AspNetCore.DataProtection.AzureKeyVault
by: Microsoft
- 9 total downloads
- Latest version: 3.1.19
Microsoft Azure KeyVault key encryption support.
This library has been replaced by the following new Azure SDK.
https://www.nuget.org/packages/Azure.Extensions.AspNetCore.DataProtection.Keys
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/b908e913e3befcfe241f3294509e6d9570acc07b
Microsoft.AspNetCore.DataProtection.AzureStorage
by: Microsoft
- 26 total downloads
- Latest version: 3.1.9
Microsoft Azure Blob storage support as key store.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/d12868dd7c10ff0433c16b06d3b59d03c40d987a
Microsoft.AspNetCore.DataProtection.Extensions
by: Microsoft
- 6 total downloads
- Latest version: 8.0.24
Additional APIs for ASP.NET Core data protection.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/159901324421e89ca7612465fc8c138609837f3d
Microsoft.AspNetCore.Diagnostics
by: Microsoft
- 8 total downloads
- Latest version: 2.2.0-preview3-35497
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
This package was built from the source at:
https://github.com/aspnet/Diagnostics/tree/1f31e0556d7cfb7fc99c6c8650173d0cc4ba0717
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
by: Microsoft
- 4 total downloads
- Latest version: 2.3.10
ASP.NET Core middleware for Entity Framework Core error pages. Use this middleware to detect and diagnose errors with Entity Framework Core migrations.
Microsoft.AspNetCore.HostFiltering
by: Microsoft
- 7 total downloads
- Latest version: 2.3.9
ASP.NET Core middleware for filtering out requests with unknown HTTP host headers.
Microsoft.AspNetCore.Hosting
by: Microsoft
- 2 total downloads
- Latest version: 2.1.0-rc1-final
ASP.NET Core hosting infrastructure and startup logic for web applications.
Microsoft.AspNetCore.Hosting.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 2.1.0-rc1-final
ASP.NET Core hosting and startup abstractions for web applications.
Microsoft.AspNetCore.Hosting.Server.Abstractions
by: Microsoft
- 20 total downloads
- Latest version: 2.3.9
ASP.NET Core hosting server abstractions for web applications.
Microsoft.AspNetCore.Html.Abstractions
by: Microsoft
- 4 total downloads
- Latest version: 2.3.10
ASP.NET Core HTML abstractions used for building HTML content.
Commonly used types:
Microsoft.AspNetCore.Html.HtmlString
Microsoft.AspNetCore.Html.IHtmlContent
Microsoft.AspNetCore.Http
by: Microsoft
- 6 total downloads
- Latest version: 2.1.0-preview2-final
ASP.NET Core default HTTP feature implementations.
Microsoft.AspNetCore.Http.Abstractions
by: Microsoft
- 7 total downloads
- Latest version: 2.2.0-preview3-35497
ASP.NET Core HTTP object model for HTTP requests and responses and also common extension methods for registering middleware in an IApplicationBuilder.
Commonly used types:
Microsoft.AspNetCore.Builder.IApplicationBuilder
Microsoft.AspNetCore.Http.HttpContext
Microsoft.AspNetCore.Http.HttpRequest
Microsoft.AspNetCore.Http.HttpResponse
This package was built from the source at:
https://github.com/aspnet/HttpAbstractions/tree/800c79c0e4d3ee7423e9a255ad398e429659912f
Microsoft.AspNetCore.Http.Connections
by: Microsoft
- 3 total downloads
- Latest version: 1.2.10
Components for providing real-time bi-directional communication across the Web.