Microsoft.AspNetCore.Connections.Abstractions
by: Microsoft
- 0 total downloads
- Latest version: 5.0.5
Core components of ASP.NET Core networking protocol stack.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/b7a2ec8c7ed6b48857af0a69688a73e8c14fe6cb
Microsoft.AspNetCore.CookiePolicy
by: Microsoft
- 6 total downloads
- Latest version: 2.2.0-preview2-35157
ASP.NET Core cookie policy classes to control the behavior of cookies.
This package was built from the source at:
https://github.com/aspnet/Security/tree/c6f5786418c2478dfc7f5a604d8b65911f9f0c1b
Microsoft.AspNetCore.Cors
by: Microsoft
- 4 total downloads
- Latest version: 2.2.0-preview1-35029
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/49a17c072ab6bad36c67280a965a850a70342bd6
Microsoft.AspNetCore.Cryptography.Internal
by: Microsoft
- 9 total downloads
- Latest version: 8.0.13
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/aspnetcore/tree/009e1ccafde4086ea52999e878f6e7aa5a7c4ccf
Microsoft.AspNetCore.Cryptography.KeyDerivation
by: Microsoft
- 2 total downloads
- Latest version: 9.0.0-preview.6.24328.4
ASP.NET Core utilities for key derivation.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/f5084525411d53b81d9950b68616117750b674d4
Microsoft.AspNetCore.DataProtection
by: Microsoft
- 1 total downloads
- Latest version: 6.0.36
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/64ea4108e7dcf1ca575f8dd2028363b0b1ef6ebc
Microsoft.AspNetCore.DataProtection.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 6.0.33
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/f0f9de5692adf1c0576de062f93c6ab7b176433f
Microsoft.AspNetCore.DataProtection.AzureKeyVault
by: Microsoft
- 4 total downloads
- Latest version: 3.1.13
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/cf2c5c9c6dca430b97aa96429b84d0da07eb77f1
Microsoft.AspNetCore.DataProtection.AzureStorage
by: Microsoft
- 6 total downloads
- Latest version: 3.1.24
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/d1fa2cb155ab9226f20b87ab0d7a1eb16b8a8b69
Microsoft.AspNetCore.DataProtection.Extensions
by: Microsoft
- 1 total downloads
- Latest version: 9.0.11
Additional APIs for ASP.NET Core data protection.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d3aba8fe1a0d0f5c145506f292b72ea9d28406fc
Microsoft.AspNetCore.Diagnostics
by: Microsoft
- 4 total downloads
- Latest version: 2.3.0
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
- 1 total downloads
- Latest version: 2.3.0
ASP.NET Core diagnostics middleware abstractions and feature interface definitions.
Microsoft.AspNetCore.HostFiltering
by: Microsoft
- 2 total downloads
- Latest version: 2.3.0
ASP.NET Core middleware for filtering out requests with unknown HTTP host headers.
Microsoft.AspNetCore.Hosting
by: Microsoft
- 5 total downloads
- Latest version: 2.3.0
ASP.NET Core hosting infrastructure and startup logic for web applications.
Microsoft.AspNetCore.Hosting.Server.Abstractions
by: Microsoft.AspNetCore.Hosting.Server.Abstractions
- 1 total downloads
- Latest version: 1.0.3
ASP.NET Core hosting server abstractions for web applications.
Microsoft.AspNetCore.Html.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
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
- 1 total downloads
- Latest version: 2.2.0-preview2-35157
ASP.NET Core default HTTP feature implementations.
This package was built from the source at:
https://github.com/aspnet/HttpAbstractions/tree/14076d94c38960787772ea7999c7aa159afbba2b
Microsoft.AspNetCore.Http.Connections.Common
by: Microsoft
- 0 total downloads
- Latest version: 6.0.3
Common primitives for ASP.NET Connection Handlers and clients
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c911002ab43b7b989ed67090f2a48d9073d5118d
Microsoft.AspNetCore.Http.Extensions
by: Microsoft
- 2 total downloads
- Latest version: 2.2.0-preview1-35029
ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state.
This package was built from the source at:
https://github.com/aspnet/HttpAbstractions/tree/26b9bc06b2e3d293e055932a53f5a69b1e47208a
Microsoft.AspNetCore.HttpOverrides
by: Microsoft
- 1 total downloads
- Latest version: 2.0.2
ASP.NET Core basic middleware for supporting HTTP method overrides. Includes:
* X-Forwarded-* headers to forward headers from a proxy.
* HTTP method override header.