1

I'm developing a Asp.Net Web Api 2 application. And I have an developed a licencing module based on portable.licensing to validate weather the application has a valid licence installed.

Questions

  1. What is the entry point to validate the licence?
  2. What is the entry point to for a Asp.Net Area, to validate the licence for specific area?
Rahul
  • 2,431
  • 3
  • 35
  • 77
  • Maybe you can take advantage of the Authorize attribute. http://www.asp.net/web-api/overview/security/authentication-and-authorization-in-aspnet-web-api – Amir Sasson Aug 22 '16 at 09:11
  • also see this: http://stackoverflow.com/questions/26464848/custom-authorization-in-asp-net-webapi-what-a-mess – Amir Sasson Aug 22 '16 at 09:20

0 Answers0