|
-
Feb 11th, 2013, 12:47 PM
#3
Thread Starter
Frenzied Member
Re: How to create encrypted MIME message using basic framrwork classes?
 Originally Posted by dunfiddlin
How are these messages transmitted and received if not via email?
We use the HttpWebRequest() class
We got this project from the Android team and they used Bounce Castle with built in support for creating S/MIME messages. Sadly, this support is not available in the C# port of the library.
As a last resort, we could try and build the mssage using stringbuilder, and use the cms-classes in Bounce Castle for the encrypt/decrypt of the message body.
/S
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|