Skip to content

Latest commit

History

31 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Signhost client library

join gitter chatBuild statusNuget package

This is a client library in c# to demonstrate the usage of the signhost api using .net. You will need a valid APPKey and APIKey. You can request a APPKey for signhost at ondertekenen.nl.

varclient=newSignHostApiClient(newSignHostApiClientSettings("AppName appkey","apikey"));vartransaction=awaitclient.CreateTransaction(newTransaction{Signers=newList<Signer>{newSigner{Email="john.doe@example.com",ScribbleName="John Doe",SignRequestMessage="Could you please sign this document?"}}});awaitclient.AddOrReplaceFileToTansaction("PathToFile",transaction.Id,"First document");awaitclient.AddOrReplaceFileToTansaction("PathOtherFile",transaction.Id,"General agreement");/* When everything is setup we can start the transaction flow */awaitclient.StartTransaction(transaction.Id);

Get it on NuGet:

PM> Install-Package SignhostClientLibrary

About

This is a client library in c# to demonstrate the usage of the signhost api using .net

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages