Soenneker.TrustedForm.Client
4.0.383
Prefix Reserved
See the version list below for details.
dotnet add package Soenneker.TrustedForm.Client --version 4.0.383
NuGet\Install-Package Soenneker.TrustedForm.Client -Version 4.0.383
<PackageReference Include="Soenneker.TrustedForm.Client" Version="4.0.383" />
<PackageVersion Include="Soenneker.TrustedForm.Client" Version="4.0.383" />
<PackageReference Include="Soenneker.TrustedForm.Client" />
paket add Soenneker.TrustedForm.Client --version 4.0.383
#r "nuget: Soenneker.TrustedForm.Client, 4.0.383"
#:package Soenneker.TrustedForm.Client@4.0.383
#addin nuget:?package=Soenneker.TrustedForm.Client&version=4.0.383
#tool nuget:?package=Soenneker.TrustedForm.Client&version=4.0.383
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 | Versions 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. |
-
net10.0
- Soenneker.Utils.HttpClientCache (>= 4.0.2050)
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.384 | 35 | 9/1/2026 |
| 4.0.383 | 49 | 8/31/2026 |
| 4.0.382 | 49 | 8/31/2026 |
| 4.0.381 | 65 | 8/31/2026 |
| 4.0.380 | 48 | 8/31/2026 |
| 4.0.379 | 43 | 8/31/2026 |
| 4.0.378 | 48 | 8/31/2026 |
| 4.0.377 | 52 | 8/30/2026 |
| 4.0.376 | 64 | 8/30/2026 |
| 4.0.375 | 48 | 8/30/2026 |
| 4.0.374 | 52 | 8/30/2026 |
| 4.0.373 | 48 | 8/30/2026 |
| 4.0.372 | 49 | 8/30/2026 |
| 4.0.371 | 48 | 8/29/2026 |
| 4.0.370 | 52 | 8/29/2026 |
| 4.0.369 | 238 | 8/26/2026 |
| 4.0.368 | 77 | 8/26/2026 |
| 4.0.367 | 98 | 8/26/2026 |
| 4.0.366 | 77 | 8/26/2026 |
| 4.0.365 | 88 | 8/25/2026 |
Updated NuGet packages