Soenneker.TrustedForm.Client 4.0.384

Prefix Reserved
dotnet add package Soenneker.TrustedForm.Client --version 4.0.384
                    
NuGet\Install-Package Soenneker.TrustedForm.Client -Version 4.0.384
                    
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.384" />
                    
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.384" />
                    
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.384
                    
#r "nuget: Soenneker.TrustedForm.Client, 4.0.384"
                    
#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.384
                    
#: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.384
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.TrustedForm.Client&version=4.0.384
                    
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.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
Loading failed

Updated NuGet packages