Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel by: Microsoft
  • 12 total downloads
  • Latest version: 2.20.0
  • Analytics Azure ApplicationInsights Telemetry Monitoring SDK
This nuget provides a telemetry channel to Application Insights Windows Server SDK that will preserve telemetry in offline scenarios. This is a dependent package, for the best experience please install the platform specific package. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.AspNet.WebApi.Client by: Microsoft
  • 1 total downloads
  • Latest version: 5.1.1
  • Microsoft AspNet WebApi AspNetWebApi HttpClient
This package adds support for formatting and content negotiation to System.Net.Http. It includes support for JSON, XML, and form URL encoded data.
Microsoft.AspNetCore.Antiforgery by: Microsoft
  • 2 total downloads
  • Latest version: 1.1.3
  • aspnetcore,antiforgery
An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.
Microsoft.AspNetCore.Authentication by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.4
  • aspnetcore authentication security
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authentication.Abstractions by: Microsoft
  • 2 total downloads
  • Latest version: 2.3.0
  • aspnetcore authentication security
ASP.NET Core common types used by the various authentication components.
Microsoft.AspNetCore.Authentication.Google by: Microsoft
  • 2 total downloads
  • Latest version: 1.1.0-preview1-final
  • aspnetcore,authentication,security
ASP.NET Core contains middleware to support Google's OpenId and OAuth 2.0 authentication workflows.
Microsoft.AspNetCore.Authentication.JwtBearer by: Microsoft.AspNetCore.Authentication.JwtBearer
  • 1 total downloads
  • Latest version: 1.0.4
  • aspnetcore,authentication,security
ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.
Microsoft.AspNetCore.Authentication.OAuth by: Microsoft
  • 1 total downloads
  • Latest version: 2.2.0-preview1-35029
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to support any standard OAuth 2.0 authentication workflow. This package was built from the source at: https://github.com/aspnet/Security/tree/ef80c3beb72ee37ed8f525f627912f1efcede663
Microsoft.AspNetCore.Authentication.OpenIdConnect by: Microsoft
  • 2 total downloads
  • Latest version: 2.3.12
  • aspnetcore authentication security
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.3
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to support the WsFederation authentication workflow.
Microsoft.AspNetCore.Authorization by: Microsoft
  • 4 total downloads
  • Latest version: 6.0.0-rc.1.21452.15
  • aspnetcore authorization
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/0621c1748eac08dd516edc950559ab7e8308f214
Microsoft.AspNetCore.Authorization.Policy by: Microsoft
  • 1 total downloads
  • Latest version: 2.2.0-preview2-35157
  • aspnetcore authorization
ASP.NET Core authorization policy helper classes. This package was built from the source at: https://github.com/aspnet/Security/tree/c6f5786418c2478dfc7f5a604d8b65911f9f0c1b
Microsoft.AspNetCore.AzureAppServices.HostingStartup by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.3
  • aspnetcore azure appservices
ASP.NET Core lightup integration with Azure AppServices.
Microsoft.AspNetCore.Components by: Microsoft
  • 3 total downloads
  • Latest version: 3.1.32
  • aspnetcore components
Components feature for ASP.NET Core. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/3eeb12e106b9e913c3a4dec1a7d16da7b74149eb
Microsoft.AspNetCore.Components.Analyzers by: Microsoft
  • 83 total downloads
  • Latest version: 11.0.0-preview.4.26230.115
  • aspnetcore components
Roslyn analyzers for ASP.NET Core Components. This package was built from the source code at https://github.com/dotnet/dotnet/tree/4370ea16341331f045fa9b89cc46e03aed27195c
Microsoft.AspNetCore.Components.Authorization by: Microsoft
  • 24 total downloads
  • Latest version: 5.0.0-preview.3.20215.14
  • aspnetcore components
Authentication and authorization support for Blazor applications. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d4a83b27a44c35c521600e1f30ef688c874415d4
Microsoft.AspNetCore.Components.Forms by: Microsoft
  • 20 total downloads
  • Latest version: 5.0.0-preview.4.20257.10
  • aspnetcore components
Forms and validation support for Blazor applications. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/cdfa43bbe0ecc13757cc6517c9a253de77c3ec56
Microsoft.AspNetCore.Components.WebAssembly.Authentication by: Microsoft
  • 73 total downloads
  • Latest version: 11.0.0-preview.5.26302.115
  • aspnetcore components
Build client-side authentication for single-page applications (SPAs). This package was built from the source code at https://github.com/dotnet/dotnet/tree/f7b4c5716faaee8fb8a289aed29118cad955c45f
Microsoft.AspNetCore.Components.WebAssembly.Server by: Microsoft
  • 9 total downloads
  • Latest version: 9.0.0-preview.1.24081.5
  • aspnetcore components
Runtime server features for ASP.NET Core Blazor applications. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/b1beadfe0ad3d02eb5207681a5328793c4b3822c
Microsoft.AspNetCore.Cors by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.0
  • aspnetcore,cors
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