Sending Digitally Signed emails using C#
-
Tuesday, September 09, 2008 11:51 AMHi All,
I have a requirement of sending a digitally signed email using C#,ASP.net. I tried it several ways and atlast using ASPEmail and ASPEncrypt i was able to access certificate but iam getting the mail address as the name of the certificate holder. Iam unable to find how to read the email address from the certificate. Any support will be appreciated. Thanks in advance.
phani kumar ---help me out
All Replies
-
Tuesday, November 24, 2009 11:37 AMhi,
any idea how to send digitally signed EMail with C#.
We have same requirement. Please suggest if you have done already.
Thanks in Advance
Venkatesh.
If your question is solved, Please mark as answer. It will give credit to wright persion. -
Wednesday, October 06, 2010 2:34 AM
Venkat,
You can use the Cryptography API in combination with CDOSYS or CDOEX to digitally sign and/or encrypt a message. So you can use the COM version of the Cryptography API (CAPICOM) to easily sign and/or encrypt CDOSYS or CDOEX messages.
You can obtain the CAPICOM DLL from the following Microsoft "Platform SDK Redistributable: CAPICOM 1.0A" Web site: http://www.microsoft.com/downloads/details.aspx?FamilyID=860ee43a-a843-462f-abb5-ff88ea5896f6&DisplayLang=en
Also you can refer the Microsoft knowledge base article: http://support.microsoft.com/kb/280391
Hope this helps.
DeVa, M.S., {MSFT}- Proposed As Answer by Deva [MSFT]Microsoft Employee Thursday, July 28, 2011 10:59 PM

