My motive is to store values in class library like we do in win form application using Properties.Settings.Default.variable
. Why i want it to be stored using class library not application because i don't application developer to access or manipulate security information generated at run time. I am using c#.
How can i fulfill my motive ? Class library is my first hit, open go with any other solution also.
I can not use database because database is local in my scenario and can be accessed by user and application developer.
I making an telecommunication device in which i want my library to verify hardware is issued by us only using IMEI number. My application work in offline mode, so for this i m sending SMS containing IMEI number and receiving end verify IMEI number. After verification receiving end sends verification response back. At user end if device is not verified after receiving response class library should stop working.