Microsoft.AspNetCore.Authentication.Google
by: Microsoft
- 2 total downloads
- Latest version: 1.1.0
ASP.NET Core contains middleware to support Google's OpenId and OAuth 2.0 authentication workflows.
Microsoft.AspNetCore.Authentication.JwtBearer
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0-preview2-final
ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.
Microsoft.AspNetCore.Authentication.MicrosoftAccount
by: Microsoft
- 3 total downloads
- Latest version: 1.1.0
ASP.NET Core middleware that enables an application to support the Microsoft Account authentication workflow.
Microsoft.AspNetCore.Authentication.OAuth
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0
ASP.NET Core middleware that enables an application to support any standard OAuth 2.0 authentication workflow.
Microsoft.AspNetCore.Authentication.OpenIdConnect
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0-preview2-final
ASP.NET Core middleware that enables an application to support the OpenID Connect authentication workflow.
Microsoft.AspNetCore.Authentication.WsFederation
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2
ASP.NET Core middleware that enables an application to support the WsFederation authentication workflow.
- 13 total downloads
- Latest version: 11.0.0-preview.1.26104.118
Build client-side authentication for single-page applications (SPAs).
This package was built from the source code at https://github.com/dotnet/dotnet/tree/87bc0b04e21d786669142109a5128c95618b75ed
Microsoft.AspNetCore.Components.WebAssembly.Server
by: Microsoft
- 31 total downloads
- Latest version: 11.0.0-preview.5.26302.115
Runtime server features for ASP.NET Core Blazor applications.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/f7b4c5716faaee8fb8a289aed29118cad955c45f
Microsoft.AspNetCore.Cryptography.KeyDerivation
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
ASP.NET Core utilities for key derivation.
Microsoft.AspNetCore.DataProtection
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
ASP.NET Core logic to protect and unprotect data, similar to DPAPI.
Microsoft.AspNetCore.DataProtection.Extensions
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0
Additional APIs for ASP.NET Core data protection.
Microsoft.AspNetCore.Hosting.Abstractions
by: Microsoft
- 10 total downloads
- Latest version: 2.0.0
ASP.NET Core hosting and startup abstractions for web applications.
Microsoft.AspNetCore.Html.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 1.1.1
ASP.NET Core HTML abstractions used for building HTML content.
Commonly used types:
Microsoft.AspNetCore.Html.HtmlString
Microsoft.AspNetCore.Html.IHtmlContent
Microsoft.AspNetCore.Http.Abstractions
by: Microsoft.AspNetCore.Http.Abstractions
- 1 total downloads
- Latest version: 1.0.2
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
Microsoft.AspNetCore.Http.Features
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0-preview2-final
ASP.NET Core HTTP feature interface definitions.
Microsoft.AspNetCore.Identity.EntityFrameworkCore
by: Microsoft
- 1 total downloads
- Latest version: 1.1.1
ASP.NET Core Identity provider that uses Entity Framework Core.
Microsoft.AspNetCore.Identity.Service.Core
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0-preview1-final
ASP.NET Core common types implementing the main abstractions for Identity Service.
Microsoft.AspNetCore.Identity.UI
by: Microsoft
- 16 total downloads
- Latest version: 11.0.0-preview.1.26104.118
ASP.NET Core Identity UI is the default Razor Pages built-in UI for the ASP.NET Core Identity framework.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/87bc0b04e21d786669142109a5128c95618b75ed
Microsoft.AspNetCore.MiddlewareAnalysis
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0-preview1-final
ASP.NET Core middleware for analyzing middleware in the request pipeline with System.Diagnostics.DiagnosticSource.
Microsoft.AspNetCore.Mvc
by: Microsoft.AspNetCore.Mvc
- 1 total downloads
- Latest version: 1.0.2
ASP.NET Core MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and web APIs. ASP.NET Core MVC enables a clean separation of concerns and gives you full control over markup.