How does ElecKey protect web application?

There are code examples for web app protection available in the ElecKey folders:
  • Examples\KeyCheck.NET\CSharp\WebApp
  • Examples\KeyCheck.NET\VB.NET\WebApp
The examples use the KeyCheck.NET and it works with ASP .NET Web based application.
  • PCLicense_Application\
  • USBLicense_Application\
These example protects the ASP .NET web server as node-locked license at the client-site.
  • PCLicense_Application_Network\
  • USBLicense_Application_Network\
These examples protects the ASP .NET web server as network license. It works with the provided NetKey License Server that counts the number of the web server at the client site.
  • PCLicense_Application_Network_Concurrent_User_Restriction\
  • USBLicense_Application_Network_Concurrent_User_Restriction\
These examples can restrict the number of users to access the ASP .NET web server. It works with the provided NetKey License Server that counts the number of users at your server.