EntrustSignhostClientLibrary 5.0.0
dotnet add package EntrustSignhostClientLibrary --version 5.0.0
NuGet\Install-Package EntrustSignhostClientLibrary -Version 5.0.0
<PackageReference Include="EntrustSignhostClientLibrary" Version="5.0.0" />
<PackageVersion Include="EntrustSignhostClientLibrary" Version="5.0.0" />
<PackageReference Include="EntrustSignhostClientLibrary" />
paket add EntrustSignhostClientLibrary --version 5.0.0
#r "nuget: EntrustSignhostClientLibrary, 5.0.0"
#:package EntrustSignhostClientLibrary@5.0.0
#addin nuget:?package=EntrustSignhostClientLibrary&version=5.0.0
#tool nuget:?package=EntrustSignhostClientLibrary&version=5.0.0
Signhost client library
This is a client library in c# to demonstrate the usage of the Signhost API using .NET. You will need a valid APPKey. You can request an APPKey here.
Install
Get it on NuGet:
PM> Install-Package EntrustSignhostClientLibrary
Documentation
For full API documentation, please visit evidos.github.io.
Example code
The following code is an example of how to create and start a sign transaction with two documents.
var settings = new SignhostApiClientSettings(
"AppName appkey",
"apikey or usertoken");
var client = new SignhostApiClient(settings);
var transaction = await client.CreateTransactionAsync(new CreateTransactionRequest {
Signers = new List<CreateSignerRequest> {
new CreateSignerRequest {
Email = "john.doe@example.com",
SignRequestMessage = "Could you please sign this document?",
SendSignRequest = true,
/*
* The verifications listed here are executed in order.
* Your last verification _must_ be one of the following:
* - PhoneNumberVerification
* - ScribbleVerification
* - ConsentVerification
*/
Verifications = new List<IVerification> {
new PhoneNumberVerification {
Number = "+3161234567890",
},
new ScribbleVerification {
ScribbleName = "John Doe",
RequireHandsignature = true,
},
},
},
},
});
await client.AddOrReplaceFileToTransactionAsync(
"PathToFile",
transaction.Id,
"First document",
new FileUploadOptions());
await client.AddOrReplaceFileToTransactionAsync(
"PathOtherFile",
transaction.Id,
"General agreement",
new FileUploadOptions());
/* When everything is setup we can start the transaction flow. */
await client.StartTransactionAsync(transaction.Id);
Migration Guides
Please refer to the migration notes in our migration guides.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. 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. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.2
- System.Text.Json (>= 10.0.0)
- System.ValueTuple (>= 4.6.1)
-
.NETStandard 2.0
- System.Text.Json (>= 10.0.0)
-
net10.0
- No dependencies.
-
net8.0
- System.Text.Json (>= 10.0.0)
-
net9.0
- System.Text.Json (>= 10.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on EntrustSignhostClientLibrary:
| Package | Downloads |
|---|---|
|
EntrustSignhostClientLibrary.Polly
A .NET library for the signhost.com api, with a built-in retry mechanism. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.0.0 | 134 | 2/6/2026 |
| 4.3.0 | 1,124 | 12/8/2025 |
| 4.2.1 | 4,700 | 9/18/2025 |
| 4.2.0 | 397 | 9/18/2025 |
| 4.1.55-preview | 2,356 | 2/19/2025 |
| 4.1.54-preview | 181 | 1/23/2025 |
| 4.1.53-preview | 161 | 12/31/2024 |
| 4.1.52-preview | 181 | 12/5/2024 |
| 4.1.51-preview | 357 | 11/25/2024 |
| 3.1.61 | 6,477 | 2/19/2025 |
| 3.1.59 | 1,345 | 1/23/2025 |
| 3.1.58 | 174 | 1/22/2025 |
| 3.1.57 | 183 | 1/22/2025 |
| 3.1.56 | 172 | 1/22/2025 |
| 3.1.55 | 198 | 1/4/2025 |
| 3.1.54 | 219 | 1/3/2025 |
| 3.1.53 | 180 | 12/24/2024 |
| 3.1.50 | 158 | 12/5/2024 |
| 3.1.6 | 180 | 12/5/2024 |