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

Re: How to create a "Product Key" in C# ? by john

john
Fri Feb 03 14:05:45 CST 2006

Stefano Del Furia wrote:
> 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)

Re: How to create a "Product Key" in C# ? by grant

grant
Fri Feb 03 16:40:54 CST 2006

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


Stefano Del Furia wrote:
> 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


Re: How to create a "Product Key" in C# ? by Ken

Ken
Fri Feb 03 17:51:10 CST 2006

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

"Stefano Del Furia" <delfo@tech-center.com> wrote in message
news:op.s4exbfmrvqn431@nemo...
> 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



Re: How to create a "Product Key" in C# ? by Christopher

Christopher
Sat Feb 04 07:33:22 CST 2006

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."

"Ken Cox - Microsoft MVP" <BANSPAMkjopc@hotmail.com> wrote in message
news:u1Rs0yRKGHA.2248@TK2MSFTNGP15.phx.gbl...
> 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
>
> "Stefano Del Furia" <delfo@tech-center.com> wrote in message
> news:op.s4exbfmrvqn431@nemo...
>> 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
>
>