Skip to content

A .NET implementation of the electronic signature system provided by Yousign

License

Notifications You must be signed in to change notification settings

PMerlet/Yousign-Client-.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# Client for Yousign API

Description

This client allows to use the Yousign SOAP API through .NET

Getting started

var cosignClient = new CosignClient(yousignKey, yousignUsername, yousignPassword, isProdVersion);
var result = cosignClient.Execute(client => YourMethod(client, param1, param2)));

About

A .NET implementation of the electronic signature system provided by Yousign

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages