Unique Machine ID

  • Thread starter Thread starter JezB
  • Start date Start date
J

JezB

I want to introduce licensing into my application, based on some unique
machine ID (like the NIC or MAC address if I can use this - do machines
without a network card still have a MAC address?).

Any idea what I can use from the .NET framework?
 
JezB said:
I want to introduce licensing into my application, based on some unique
machine ID (like the NIC or MAC address if I can use this - do machines
without a network card still have a MAC address?).

No, not necessarily. I suggest to buy a supported component instead of
writing one from scratch:

Free components:

Aspose.License
<URL:http://www.aspose.com/Products/Aspose.License/>

Commercial components:

XHEO|Licensing
<URL:http://www.xheo.com/products/enterprise/licensing/>

Infralution Licensing System
<URL:http://www.infralution.com/licensing.html>

SoftwarePassport Product Information
<URL:http://siliconrealms.com/armadillo.shtml>
 
Thanks - will look into those.

Herfried K. Wagner said:
No, not necessarily. I suggest to buy a supported component instead of
writing one from scratch:

Free components:

Aspose.License
<URL:http://www.aspose.com/Products/Aspose.License/>

Commercial components:

XHEO|Licensing
<URL:http://www.xheo.com/products/enterprise/licensing/>

Infralution Licensing System
<URL:http://www.infralution.com/licensing.html>

SoftwarePassport Product Information
<URL:http://siliconrealms.com/armadillo.shtml>
 
Back
Top