You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)));