Soenneker.TrustedForm.Client 4.0.392

Prefix Reserved
dotnet add package Soenneker.TrustedForm.Client --version 4.0.392
                    
NuGet\Install-Package Soenneker.TrustedForm.Client -Version 4.0.392
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.TrustedForm.Client" Version="4.0.392" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.TrustedForm.Client" Version="4.0.392" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.TrustedForm.Client" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.TrustedForm.Client --version 4.0.392
                    
#r "nuget: Soenneker.TrustedForm.Client, 4.0.392"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Soenneker.TrustedForm.Client@4.0.392
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.TrustedForm.Client&version=4.0.392
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.TrustedForm.Client&version=4.0.392
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.TrustedForm.Client

Provides an owned, cached HttpClient transport for TrustedForm API integrations.

Installation

dotnet add package Soenneker.TrustedForm.Client

This is the transport layer used by Soenneker.TrustedForm.Certificates.ClientUtil. It intentionally does not set a base URL or attach credentials; the API-specific client owns those concerns.

Registration

using Soenneker.TrustedForm.Client.Registrars;

services.AddTrustedFormClientAsSingleton();

Use AddTrustedFormClientAsScoped() when the transport owner should follow the current scope. Each registered owner has its own cache entry and removes that entry when disposed.

Usage

using Soenneker.TrustedForm.Client.Abstract;

HttpClient httpClient = await trustedFormClient.Get(cancellationToken);

Reuse the returned client and do not dispose it directly. ITrustedFormClient owns the cached transport. For authenticated Certificate API v4 calls, prefer Soenneker.TrustedForm.Certificates.ClientUtil, which adds the required Basic credential and API-version header.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Soenneker.TrustedForm.Client:

Package Downloads
Soenneker.TrustedForm.Certificates.ClientUtil

Provides lazily initialized, authenticated access to the TrustedForm Certificate API v4 client.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.392 0 9/5/2026
4.0.391 31 9/4/2026
4.0.390 50 9/4/2026
4.0.389 43 9/4/2026
4.0.388 36 9/4/2026
4.0.385 55 9/3/2026
4.0.384 115 9/1/2026
4.0.383 88 8/31/2026
4.0.382 84 8/31/2026
4.0.381 99 8/31/2026
4.0.380 81 8/31/2026
4.0.379 74 8/31/2026
4.0.378 83 8/31/2026
4.0.377 85 8/30/2026
4.0.376 99 8/30/2026
4.0.375 81 8/30/2026
4.0.374 85 8/30/2026
4.0.373 81 8/30/2026
4.0.372 82 8/30/2026
4.0.371 85 8/29/2026
Loading failed

Update dependency Soenneker.Utils.HttpClientCache to 4.0.2061 (#908)