Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 314 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 314 Bytes

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)));