This is an old revision of the document!
CeRTNA Sample Web Service Project
CeRTNA has uploaded a sample Visual Studio 2015 C# project that provides a high-level demonstration of how to call the CeRTNA web services. The project can be downloaded by clicking this link: (ChecksumTool Project)
The project uses the following NuGet packages, which you will need to install in your Visual Studio setup, if you do not already have them installed:
Newtonsoft.Json RestSharp
The project uses the Windows Presentation Foundation (WPF) classes for the UI.
Following is a brief outline of how to use the tool:
To receive a 'soft-token' you must successfully authenticate. Once you have successfully authenticated, you will receive a 'soft-token' that can be used for subsequent web service calls. Your 'soft-token' is valid for the duration of your SSL session.