views:

288

answers:

3

I wanted to generate digital signature in my asp.net application based on some value like date of birth. what is the way to do that ? i am using vb.net

+1  A: 

When you say digital signature...what do you mean exactly? What is it you are trying to accomplish?

Take a look here: http://en.wikipedia.org/wiki/Digital_signature Is this what you mean?

Andrew Siemer
+1  A: 

If you decide that you really do want what that Wikipedia article talks about, then see the SignedXml class in the System.Security.Cryptography.Xml namespace.


Note that this isn't the only way to work with Digital Signature in .NET - it's just the part I've worked with before.

John Saunders
A: 

Try to use Bonnie.NET at http://www.we-coffee.com/bonnie.aspx

Matteo Slaviero
The StackOverflow is pretty touchy about self-promotion. I'd suggest being very clear of your association with that company in your profile and also include a disclosure statement in any answer you provide that includes a product mention.
Will