Skip to content

SecuredSigning/.NET-Client-SDK

Repository files navigation

Secured Signing .NET Client SDK

.NET Client SDK for Secured Signing

About Secured Signing

Secured Signing provides a comprehensive and compliant Software as a Service platform that utilizes the secure, personalised, X509 PKI Digital Signature technology and enables the customisation of a full range of eForm and eSignature capabilities.

Install our .NET client SDK

Initialise the library

var client = new ServiceClient("https://api.securedsigning.com/web","v1.4", <YOUR API KEY HERE>, <YOUR API SECRET HERE>);

Data Objects

We have provided data objects for the requests e.g.

[Schema("EmailTemplate")]
public class EmailTemplate
{
    public string Reference { get; set; }

    public string Name { get; set; }
}

Call APIs

An example of a function call
var forms = client.getFormList();

About

.NET Client SDK for Secured Signing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages