Digitally Signing Email in C#

G

Guest

How do I Digitally Sign an email in c# that is sent using the
System.Web.Mail.MailMessage namespace. The Digital Signature will be stored
in a file or in the computer container.

Thanks in advance.
 
E

Eugene Mayevski

Hello!
You wrote on Tue, 1 Nov 2005 15:07:01 -0800:

DPC> How do I Digitally Sign an email in c# that is sent using the
DPC> System.Web.Mail.MailMessage namespace. The Digital Signature will be
DPC> stored in a file or in the computer container.

You can try using MIMEBlackbox ( http://www.eldos.com/sbb/net-mime.php ). It
supports both S/MIME and PGP/MIME signing.

With best regards,
Eugene Mayevski
 
G

Guest

This does not answer my question, I do not want to use 3rd party assembly
because I need full control.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top