An open API service indexing awesome lists of open source software.

https://github.com/e-contract/dssp-client

DSSP SDK for ASP.NET web applications
https://github.com/e-contract/dssp-client

Last synced: 11 months ago
JSON representation

DSSP SDK for ASP.NET web applications

Awesome Lists containing this project

README

          

# DSSP client for .NET

This project contains the source code of the Digital Signature Service Protocol SDK for .NET web applications.
We support .NET version 3.5+ and 4.5+

The Digital Signature Service itself can be tested via the [DSS demo portal](https://www.e-contract.be/dss/).

## Getting started

The `forms-demo` gives you an entry-level example on how to use the DSSP client for .NET.
A more advanced example is given in `webApi-demo`. For desktop there is the `wpf-demo`.

Check out the source code and open `dssp-client.sln` with for example [Microsoft Visual Studio Community](https://www.visualstudio.com/vs/community/). The project should compile and run out of the box with version 2017 of visual studio.

A [NuGet](https://www.nuget.org/packages/DSS-P.Client/) package has also been make available.

To get a DSS account, send us an email with your application logo (max 130x130) at `info at e-contract.be`.

## Specifications

The Digital Signature Service Protocol specifications are available at the [e-Contract.be DSSP Maven project site](https://www.e-contract.be/sites/dssp/).

## License

The DSSP SDK for .NET is licensed under the commercially friendly [GNU LGPL license](http://www.gnu.org/licenses/lgpl.html).