Hi
Is there any tools within .NET Framework for generating MachineKey in
ASP.NET (both 1.0 and 2.0)?
If not, using third party site is the only way or what is the best method
of generating the key.
Can anybody help me in this at the earliest :(
Regards
Pradeep
shawn - 24 Jan 2007 09:18 GMT
You could use RNGCryptoServiceProvider class to generate cryptographic
random key.
Namespace: System.Security.Cryptography
v1.0, v1.1, v2 support it.
Dominick Baier - 24 Jan 2007 09:52 GMT
you can use this tool:
http://www.develop.com/us/technology/resourcedetail.aspx?id=78da5ca5-5079-4f8f-9
9c5-b080117ceac0
-----
Dominick Baier (http://www.leastprivilege.com)
> Hi
>
[quoted text clipped - 8 lines]
> Regards
> Pradee