Hyak.Common
by: Microsoft
- 263 total downloads
- Latest version: 1.2.2
Provides infrastructure for common error handling, tracing, configuration, and HTTP/REST-based pipeline manipulation for REST clients generated with Hyak.
IdentityModel
by: Dominick Baier Brock Allen
- 5.428k total downloads
- Latest version: 7.0.0
OpenID Connect & OAuth 2.0 client library
IdentityModel.AspNet.OAuth2Introspection
by: Dominick Baier Brock Allen
- 105 total downloads
- Latest version: 1.0.0-beta3
ASP.NET 5 Authentication Middleware using OAuth 2.0 Introspection (rfc7662)
IdentityModel.AspNet.ScopeValidation
by: Dominick Baier Brock Allen
- 109 total downloads
- Latest version: 1.0.0-beta3
ASP.NET 5 Middleware for validating scope claims
IdentityModel.AspNetCore.OAuth2Introspection
by: Dominick Baier Brock Allen
- 1.69k total downloads
- Latest version: 6.2.0
ASP.NET Core authentication handler for validating tokens using OAuth 2.0 introspection
IdentityModel.AspNetCore.ScopeValidation
by: Dominick Baier Brock Allen
- 263 total downloads
- Latest version: 1.1.1
ASP.NET Core Middleware for validating scope claims
IdentityModel.OidcClient
by: Dominick Baier Brock Allen
- 2.477k total downloads
- Latest version: 6.0.0
RFC8252 compliant and certified OpenID Connect and OAuth 2.0 client library for native applications
IdentityServer4
by: Brock Allen Dominick Baier
- 3.223k total downloads
- Latest version: 4.1.2
OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
IdentityServer4.AccessTokenValidation
by: Brock Allen Dominick Baier
- 1.678k total downloads
- Latest version: 3.0.1
ASP.NET Core authentication handler to validate JWT and reference tokens from IdentityServer4
IdentityServer4.AspNetIdentity
by: Brock Allen Dominick Baier
- 2.024k total downloads
- Latest version: 4.1.2
ASP.NET Core Identity Integration for IdentityServer4
IdentityServer4.Storage
by: Brock Allen Dominick Baier
- 1.47k total downloads
- Latest version: 4.1.2
Storage interfaces and models for IdentityServer4
Iesi.Collections
by: Aidant Systems Jason Smith NHibernate community
- 1.008k total downloads
- Latest version: 4.2.0-ci.16
The System.Collections namespace in the .NET Framework provides a number of collection types that are extremely useful for manipulating data in memory. However, some specialized implementations of ISet are not available. Iesi.Collections 4.0 for .Net 4.0 contains the LinkedHashSet (preserves insertion order), the ReadOnlySet and the SynchronizedSet. The latter two wrap an actual set.
IndexRange
by: Bradley Grainger
- 26 total downloads
- Latest version: 1.1.0
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
JetBrains.Annotations
by: JetBrains
- 1.739k total downloads
- Latest version: 2025.2.2
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections.
jnm2.ReferenceAssemblies.net35
by: Microsoft
- 15 total downloads
- Latest version: 1.0.1
A community answer to Microsoft’s decision to single out net35 by excluding it from the https://www.nuget.org/packages/Microsoft.NETFramework.ReferenceAssemblies/ package.
This package provides the .NET Framework 3.5 reference assemblies so that net35 projects can be built using the dotnet CLI.
Example project that targets multiple frameworks:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net35;net40;netstandard2.0;netcoreapp3.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" />
<PackageReference Include="jnm2.ReferenceAssemblies.net35" Version="1.0.1" />
</ItemGroup>
</Project>
jose-pcl
by: Dmitry Vsekhvalnov
- 91 total downloads
- Latest version: 0.0.4
Portable Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) implementation for Windows 8, Windows Phone 8, Windows Silverlight 8 and .NET framework platforms
based on PCLCrypto portable crypto layer
Supported algorithms
Signing:
- HMAC signatures with HS256, HS384 and HS512.
- RSASSA-PKCS1-V1_5 signatures with RS256, RS384 and RS512.
- NONE (unprotected) plain text algorithm without integrity protection
JWT
by: Alexander Batishchev John Sheehan Michael Lehenbauer
- 1.929k total downloads
- Latest version: 11.0.0
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
K4os.Compression.LZ4
by: Milosz Krajewski
- 131 total downloads
- Latest version: 1.3.8
Port of LZ4 compression algorithm for .NET
K4os.Compression.LZ4.Streams
by: Milosz Krajewski
- 139 total downloads
- Latest version: 1.3.8
Port of LZ4 compression algorithm for .NET