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
- Host: GitHub
- URL: https://github.com/e-contract/dssp-client
- Owner: e-Contract
- License: lgpl-3.0
- Created: 2015-09-03T13:17:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-13T09:33:57.000Z (over 2 years ago)
- Last Synced: 2025-07-24T04:49:49.274Z (about 1 year ago)
- Language: C#
- Size: 5.07 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).