Is there a server side project to go with the client available for download? I notice there is a reference to an external dll, in the using statements of the server code, in the documentation, where is this a reference to?
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Security.Cryptography.X509Certificates;
using CERTCLILib;
Thank you.