Discussion:
How to create a "Product Key" in C# ?
(too old to reply)
Stefano Del Furia
2006-02-03 19:48:41 UTC
Permalink
Hi all,
i would like to know if someone knows how to create a product key in C#
for an application.
I would have the capability of generate a key (like windows product key)
based on some values (for examples client's name maxValues, maxClients,
etc) , values that i can retrieve inside my application.
Could someone point me to the right directions ???
Thanks in advance
Stefano
john smith
2006-02-03 20:05:45 UTC
Permalink
Post by Stefano Del Furia
Hi all,
i would like to know if someone knows how to create a product key in C#
for an application.
I would have the capability of generate a key (like windows product key)
based on some values (for examples client's name maxValues, maxClients,
etc) , values that i can retrieve inside my application.
Could someone point me to the right directions ???
Thanks in advance
Stefano
Licensing questions like that are asked all the time... I remember
answering questions very similar to this like 3 or 4 times at least in
the last month. Try searching google groups (I tried "C# licensing" on
the first try and it did have relevant results)
g***@infralution.com
2006-02-03 22:40:54 UTC
Permalink
If you are willing to consider a commercial solution take a look at
Infralution's Licensing System (www.infralution.com/licensing.html).
It generates keys using a public key encryption system and allows you
to embed custom information in the key. It is also quite inexpensive
($US80).

Regards
Grant Frisken
Infralution
Post by Stefano Del Furia
Hi all,
i would like to know if someone knows how to create a product key in C#
for an application.
I would have the capability of generate a key (like windows product key)
based on some values (for examples client's name maxValues, maxClients,
etc) , values that i can retrieve inside my application.
Could someone point me to the right directions ???
Thanks in advance
Stefano
Ken Cox - Microsoft MVP
2006-02-03 23:51:10 UTC
Permalink
You might want to check out Microsoft's ShareWare Starter kit.

http://sharewarestarterkit.com/Default.aspx

It looks like there's license and activation source code there.

Ken
Post by Stefano Del Furia
Hi all,
i would like to know if someone knows how to create a product key in C#
for an application.
I would have the capability of generate a key (like windows product key)
based on some values (for examples client's name maxValues, maxClients,
etc) , values that i can retrieve inside my application.
Could someone point me to the right directions ???
Thanks in advance
Stefano
Christopher Reed
2006-02-04 13:33:22 UTC
Permalink
The link below didn't work for me, but I found another one:

http://blogs.msdn.com/danielfe/archive/2005/07/10/437293.aspx
--
Christopher A. Reed
"The oxen are slow, but the earth is patient."
Post by Ken Cox - Microsoft MVP
You might want to check out Microsoft's ShareWare Starter kit.
http://sharewarestarterkit.com/Default.aspx
It looks like there's license and activation source code there.
Ken
Post by Stefano Del Furia
Hi all,
i would like to know if someone knows how to create a product key in C#
for an application.
I would have the capability of generate a key (like windows product key)
based on some values (for examples client's name maxValues, maxClients,
etc) , values that i can retrieve inside my application.
Could someone point me to the right directions ???
Thanks in advance
Stefano
LogicNP
2010-07-20 05:31:11 UTC
Permalink
Another one you can use is CryptoLicensing (http://www.ssware.com/cryptolicensing/cryptolicensing_net.htm) - it supports various in-built limits and you can also embed your own data (like maxclients, etc) in each generated license

From http://www.developmentnow.com/g/6_2006_2_0_0_689938/How-to-create-a-Product-Key-in-C-.ht

Posted via DevelopmentNow.com Group
http://www.developmentnow.com/g/

Loading...