How to license my c# application [duplicate]
This question already has answers here : Closed 7 years ago . Possible Duplicate: License for C# desktop application I want to make my program lock after some days of trial use and if a user purchase a license, can use the program for some months. I dont know a way to do this. An idea is to make a local temp key when the program is installed, and lock it after the days passed(the problem here is that user can change date and time of his computer.. the philosophy of the program is to be used online and offline, so i cant compare dates from my server to the computer). And the other thing is, how