Hardware unique id

  • Thread starter Thread starter harsh
  • Start date Start date
H

harsh

Hello everybody... I am not sure if this is right most
place for this.. But still..

I want to generate a unique identification based on the
PDA on which the application runs...

Can i know how do i achieve this by using the c# and
dotnet compact framework?

If this is not the correct place please tell me what is
the correct place..

Thanks in advance.

Harsh
 
1. Check the .framework.compactframekwork list
2. You can do this with P/Invoke but it does not work with all PPC devices
3. Some people are getting the same effect by having a data file installed
(out of band) with an unique hash
(e.g. MD5) on each PPC you are supporting.
 
Back
Top