Abblix.Utils is a comprehensive utility library for .NET that enhances data manipulation and processing capabilities across applications. It includes advanced URI and string manipulation tools, cryptographic functionalities, and custom JSON converters to streamline serialization tasks. Key features include handling complex URI components, extending string operations, providing secure random data generation, and implementing custom converters for efficient JSON processing.
$ dotnet add package Abblix.UtilsAbblix.Utils is a comprehensive utility library for .NET that provides essential cross-cutting functionalities used throughout the Abblix OIDC Server ecosystem. It includes advanced URI and string manipulation tools, cryptographic helpers, custom JSON converters, and asynchronous utilities — all designed for security-focused applications.
System.Text.Json converters for efficient processing of security tokens and protocol messagesIDistributedCache with typed serialization supportMicrosoft.AspNetCore.Http.Abstractionsdotnet add package Abblix.Utils
Abblix.Utils is the foundational utility layer used by all other Abblix packages:
| Package | Description |
|---|---|
| Abblix.Utils | Utility library (this package) |
| Abblix.DependencyInjection | Advanced .NET DI extensions with aliasing, composites, and decorators |
| Abblix.JWT | JWT signing, encryption, and validation using .NET crypto primitives |
| Abblix.OIDC.Server | Core OpenID Connect server implementation |
| Abblix.OIDC.Server.MVC | ASP.NET MVC integration for OIDC server |
To learn more about the Abblix OIDC Server product, visit our Documentation site and explore the Getting Started Guide.