IdentityServer4.AccessTokenValidation by: Brock Allen Dominick Baier
  • 231 total downloads
  • Latest version: 2.7.0
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer Bearer tokens
ASP.NET Core authentication handler to validate JWT and reference tokens from IdentityServer4
IdentityServer4.Storage by: Brock Allen Dominick Baier
  • 893 total downloads
  • Latest version: 4.1.2
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer
Storage interfaces and models for IdentityServer4
IdentityServer4.EntityFramework.Storage by: Brock Allen Dominick Baier Scott Brady
  • 843 total downloads
  • Latest version: 4.1.2
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer EntityFramework
EntityFramework persistence layer for IdentityServer4
K4os.Compression.LZ4.Streams by: Milosz Krajewski
  • 24 total downloads
  • Latest version: 1.2.6
  • compression lz4 stream
Port of LZ4 compression algorithm for .NET
Libuv by: Libuv
  • 92 total downloads
  • Latest version: 1.10.0
  • libuv
Multi-platform support library with a focus on asynchronous I/O.
Irony.NetCore by: daxnet
  • 85 total downloads
  • Latest version: 1.0.11
  • irony parser
Irony.NetCore is a .NET Core compatible version of the Irony framework initially developed and maintained by Roman Ivantsov. Irony is a development kit for implementing languages on .NET platform. In Irony the target language grammar is coded directly in c# using operator overloading to express grammar constructs. Irony's scanner and parser modules use the grammar encoded as c# class to control the parsing process.
IdentityServer4.EntityFramework by: Brock Allen Dominick Baier Scott Brady
  • 127 total downloads
  • Latest version: 2.1.1
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer EntityFramework
EntityFramework persistence layer for IdentityServer4
Localization.AspNetCore.TagHelpers by: AdmiringWorm
  • 32 total downloads
  • Latest version: 0.5.0
  • localization asp-net-core web taghelpers localization-aspnetcore-taghelpers
Asp.Net Core Tag Helpers to use when localizing Asp.Net Core applications instead of manually injecting IViewLocator. Usage To use these tag helpers add the following to your `_ViewImports.cshtml` file @addTagHelper *, Localization.AspNetCore.TagHelpers The package currently supports three tag helpers with the following usage cases: Usage with the tag name `<localize>Text to localize</localize>` Usage with a html attribute `<span localize>Text to localize</localize>` Ability to localize html attribute using the following: `<span localize-title='I'm the title to localize'>This won't</span>` Please see the documentation for all available attributes and their usage: https://wormiecorp.github.io/Localization.AspNetCore.TagHelpers/docs/helpers
LightInject by: Bernhard Richter
  • 4 total downloads
  • Latest version: 5.4.0
  • Ioc Dependency-Injection Inversion-of-Control WinRT Windows-Runtime
An ultra lightweight Inversion of Control container for the .Net framework. See LightInject.Source for the source distribution.
JWT by: Alexander Batishchev John Sheehan Michael Lehenbauer
  • 101 total downloads
  • Latest version: 8.8.1
  • jwt json authorization
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
jose-jwt by: Dmitry Vsekhvalnov
  • 17 total downloads
  • Latest version: 3.0.0
  • jose jwt json jwa jwe jws aes cbc gcm rsa hmac sha rsassa pss rsaes oaep pkcs1-v1_5 es elliptic curve diffe hellman agreement ecdsa key wrap kw ecdh pbes pbes2 pbkdf pbkdf2 password based encryption javascript object signing two phase validation netcore clr coreclr portable fips compliant open banking detached content unencoded payload
Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) Implementation for .NET Ultimate Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) Implementation for .NET. Minimallistic. Zero-dependency. Full suite of signature and encryption algorithms. Supports generating, decoding, encryption and compression of JSON Web Tokens. JSON parsing agnostic. Supports two-phase validation. FIPS compliant. Unencoded payload and detached content support (RFC 7797). CLR supported algorithms Signing: - HMAC signatures with HS256, HS384 and HS512. - ECDSA signatures with ES256, ES384 and ES512. - RSASSA-PKCS1-V1_5 signatures with RS256, RS384 and RS512. - RSASSA-PSS signatures (probabilistic signature scheme with appendix) with PS256, PS384 and PS512. - NONE (unprotected) plain text algorithm without integrity protection Encryption: - RSAES OAEP 256 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - RSAES OAEP encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - RSAES-PKCS1-V1_5 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - Direct symmetric key encryption with pre-shared key A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM - A128KW, A192KW, A256KW encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM - A128GCMKW, A192GCMKW, A256GCMKW encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM - ECDH-ES encryption with A128CBC-HS256, A128GCM, A192GCM, A256GCM - ECDH-ES+A128KW, ECDH-ES+A192KW, ECDH-ES+A256KW encryption with A128CBC-HS256, A128GCM, A192GCM, A256GCM - PBES2-HS256+A128KW, PBES2-HS384+A192KW, PBES2-HS512+A256KW with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM Compression: - DEFLATE compression RFC 7797: - Unencoded payload - Detached content CORECLR supported algorithms Signing: - HMAC signatures with HS256, HS384 and HS512. - ECDSA signatures with ES256, ES384 and ES512. - RSASSA-PKCS1-V1_5 signatures with RS256, RS384 and RS512. - NONE (unprotected) plain text algorithm without integrity protection Encryption: - RSAES OAEP 256 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - RSAES OAEP encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - RSAES-PKCS1-V1_5 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - Direct symmetric key encryption with pre-shared key A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM Compression: - DEFLATE compression RFC 7797: - Unencoded payload - Detached content
IdentityServer4 by: Brock Allen Dominick Baier
  • 128 total downloads
  • Latest version: 2.2.0
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer
OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
ISO3166 by: Jørn Schou-Rode
  • 300 total downloads
  • Latest version: 1.0.4
  • iso3166 country
ISO 3166-1 is part of the ISO 3166 standard published by the International Organization for Standardization (ISO), and defines codes for the names of countries, dependent territories, and special areas of geographical interest. This package provides a list of countries including their official English name as well as their ISO 3166 defined two-letter, three-letter and three-digit country codes. The list is accessible for any .NET language via the static field ISO3166.Country.List. Last check against the official ISO 3166 as on https://www.iso.org/obp/ui/#search: 8th January 2020.
K4os.Compression.LZ4 by: Milosz Krajewski
  • 27 total downloads
  • Latest version: 1.2.6
  • compression lz4
Port of LZ4 compression algorithm for .NET
KubernetesClient by: The Kubernetes Project Authors
  • 492 total downloads
  • Latest version: 4.0.26
  • kubernetes docker containers
Client library for the Kubernetes open source container orchestrator.
libphonenumber-csharp by: Patrick Mézard Tom Clegg Jarrod Alexander Google libphonenumber contributors
  • 8.595k total downloads
  • Latest version: 8.12.38
  • phonenumber phone libphonenumber e164 e.164 international
C# port of Google's common Java, C++ and Javascript library for parsing, formatting, storing and validating international phone numbers. http://code.google.com/p/libphonenumber/
K4os.Hash.xxHash by: Milosz Krajewski
  • 23 total downloads
  • Latest version: 1.0.6
  • hash xxHash
xxHash hash implementation for .NET
JetBrains.Annotations by: JetBrains
  • 6 total downloads
  • Latest version: 2022.1.0
  • jetbrains resharper rider annotations canbenull notnull
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. All usages of JetBrains.Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.
IdentityServer4.AspNetIdentity by: Brock Allen Dominick Baier
  • 125 total downloads
  • Latest version: 2.1.0
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer ASP.NET Identity
ASP.NET Core Identity Integration for IdentityServer4
JsonKnownTypes by: Dmitry Kaznacheev
  • 10 total downloads
  • Latest version: 0.5.5
  • json known polymorphic types
Package Description