Microsoft.AspNetCore.Authentication.OpenIdConnect
by: Microsoft
- 1.076k total downloads
- Latest version: 9.0.2
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/dotnet/aspnetcore/tree/704f7cb1d2cea33afb00c2097731216f121c2c73
Microsoft.AspNetCore.Authentication.Twitter
by: Microsoft
- 1.879k total downloads
- Latest version: 9.0.2
ASP.NET Core middleware that enables an application to support Twitter's OAuth 1.0 authentication workflow.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/704f7cb1d2cea33afb00c2097731216f121c2c73
Microsoft.AspNetCore.Authorization
by: Microsoft
- 44 total downloads
- Latest version: 8.0.0
ASP.NET Core authorization classes.
Commonly used types:
Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute
Microsoft.AspNetCore.Authorization.AuthorizeAttribute
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/3f1acb59718cadf111a0a796681e3d3509bb3381
Microsoft.AspNetCore.Authorization.Policy
by: Microsoft
- 254 total downloads
- Latest version: 2.3.0
ASP.NET Core authorization policy helper classes.
Microsoft.AspNetCore.Blazor.HttpClient
by: Microsoft
- 13 total downloads
- Latest version: 3.2.0-preview3.20168.3
Provides experimental support for using System.Text.Json with HttpClient. Intended for use with Blazor running under WebAssembly.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/a700aa92fec0c3554eb3f450a17037761b069363
Microsoft.AspNetCore.Components
by: Microsoft
- 41 total downloads
- Latest version: 8.0.0
Components feature for ASP.NET Core.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/3f1acb59718cadf111a0a796681e3d3509bb3381
Microsoft.AspNetCore.Components.Analyzers
by: Microsoft
- 1.651k total downloads
- Latest version: 9.0.2
Roslyn analyzers for ASP.NET Core Components.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/704f7cb1d2cea33afb00c2097731216f121c2c73
Microsoft.AspNetCore.Components.Forms
by: Microsoft
- 14 total downloads
- Latest version: 8.0.0
Forms and validation support for Blazor applications.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/3f1acb59718cadf111a0a796681e3d3509bb3381
Microsoft.AspNetCore.Components.Web
by: Microsoft
- 14 total downloads
- Latest version: 8.0.0
Support for rendering ASP.NET Core components for browsers.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/3f1acb59718cadf111a0a796681e3d3509bb3381
Microsoft.AspNetCore.Connections.Abstractions
by: Microsoft
- 16 total downloads
- Latest version: 7.0.1
Core components of ASP.NET Core networking protocol stack.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/432e6a061f28dda696ba16bc5442328d23b25d93
Microsoft.AspNetCore.Cors
by: Microsoft
- 277 total downloads
- Latest version: 2.3.0
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
- 1.947k total downloads
- Latest version: 9.0.2
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/704f7cb1d2cea33afb00c2097731216f121c2c73
Microsoft.AspNetCore.Cryptography.KeyDerivation
by: Microsoft
- 214 total downloads
- Latest version: 9.0.0
ASP.NET Core utilities for key derivation.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/af22effae4069a5dfb9b0735859de48820104f5b
Microsoft.AspNetCore.DataProtection
by: Microsoft
- 1.172k total downloads
- Latest version: 8.0.13
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/009e1ccafde4086ea52999e878f6e7aa5a7c4ccf
Microsoft.AspNetCore.DataProtection.Abstractions
by: Microsoft
- 1.161k total downloads
- Latest version: 8.0.13
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/009e1ccafde4086ea52999e878f6e7aa5a7c4ccf
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore
by: Microsoft
- 969 total downloads
- Latest version: 8.0.13
Support for storing keys using Entity Framework Core.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/009e1ccafde4086ea52999e878f6e7aa5a7c4ccf
Microsoft.AspNetCore.Diagnostics
by: Microsoft
- 265 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
- 420 total downloads
- Latest version: 2.3.0
ASP.NET Core diagnostics middleware abstractions and feature interface definitions.
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
by: Microsoft
- 239 total downloads
- Latest version: 7.0.16
ASP.NET Core middleware for Entity Framework Core error pages. Use this middleware to detect and diagnose errors with Entity Framework Core migrations.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/610fe433e07b32ed451ed99d07df63be47c29050
Microsoft.AspNetCore.HostFiltering
by: Microsoft
- 51 total downloads
- Latest version: 2.3.0
ASP.NET Core middleware for filtering out requests with unknown HTTP host headers.