Hello!
How can I sign data with standard .net crypto providers on client side?
Hello!
How can I sign data with standard .net crypto providers on client side?
If it's on the client side it probably won't be ASP.NET, you'll be using JavaScript (unless you maybe do it in Silverlight).
So that's your answer; use Silverlight if you wish to use ASP.NET, or use JavaScript otherwise.