We need an SDK (or a method) for adding license keys for our software.
We would like to provide trial versions and paid versions of our software.
At this time, it does not need to be very advance, but we would like to restrict usage somehow.
Can anybody suggest a good SDK (or way) to do this
(Does this kind of tool come with Visual Studio or as a plug-in / extention )
Thanks :-)

SDK for software license keys?
Rajesh Patel
Virrr
Thanks!
Do you know of any tutorials on this - how to implement it on our own (software key check, trial version etc.)
Ondis
saarar
But you asked for a simple not to advanced trail version. Then you can create your own, just store the time of installation somewhere and when you application starts it checks if the trial time isn't expired. If it is expired you inform the user and exits.
When you create your own, you have to remember that the user can adjust his system clock. So you have to build in that simple security also.
Fred Bernstein
Here are some things to remember when you gonne protect your software and create a trial version:
twolfkg
When you experience any problems implementing this, please lett us know!
- Good luck