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
2009-07-20 19:09:49
+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
2009-07-20 19:14:09
A:
Try to use Bonnie.NET at http://www.we-coffee.com/bonnie.aspx
Matteo Slaviero
2009-09-26 20:14:59
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
2010-09-30 19:33:16