Hi,
I'm looking at this 3rd party licensing component, and I'm curious what measures they can take to secure a .net desktop application?
they provide things like: trial version, registered version using a license key.
It also can lock the application if their license expires.
It is a C++ dll under the covers, and in .net you have to call the methods using extern.
The question is, are they doing anything other than just writing to the registry? Myabe putting some datestamps in teh registry entry to prevent people from fudging with the computer date?