Microsoft.AspNetCore.Authentication.Google
by: Microsoft
- 2.501k total downloads
- Latest version: 9.0.2
ASP.NET Core contains middleware to support Google's OpenId and OAuth 2.0 authentication workflows.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/704f7cb1d2cea33afb00c2097731216f121c2c73
Microsoft.AspNetCore.Authentication.JwtBearer
by: Microsoft
- 1.892k total downloads
- Latest version: 9.0.0
ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/af22effae4069a5dfb9b0735859de48820104f5b
Microsoft.AspNetCore.Authentication.MicrosoftAccount
by: Microsoft
- 1.302k total downloads
- Latest version: 8.0.13
ASP.NET Core middleware that enables an application to support the Microsoft Account authentication workflow.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/009e1ccafde4086ea52999e878f6e7aa5a7c4ccf
Microsoft.AspNetCore.Authentication.OpenIdConnect
by: Microsoft
- 1.488k 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
- 2.505k 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
- 60 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
- 342 total downloads
- Latest version: 2.3.0
ASP.NET Core authorization policy helper classes.
Microsoft.AspNetCore.Blazor.HttpClient
by: Microsoft
- 17 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
- 55 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
- 2.276k 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
- 20 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
- 22 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
- 21 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
- 381 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
- 2.688k 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
- 296 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.509k 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.574k 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
- 1.196k 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
- 364 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