views:

97

answers:

1

Hello!

How can I sign data with standard .net crypto providers on client side?

A: 

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.

Noon Silk
Thanks for answer.I cann't use Silverlight. Can I reach .net cryptography classes in javascript?
asmois
Not without Silverlight no. I mean, unless you distribute some local executable.
Noon Silk
Thanks! I have no questions.
asmois