Thursday, April 21, 2011

Asp.net client side cryptography

Hello!

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

From stackoverflow
  • 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.

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

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.