Sign in
Random.Next()
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.net
c#
code
deferred handshake
Interop
marshal
mobile
null
socket
SSL
tls
Browse by Tags
MSDN Blogs
>
Random.Next()
>
All Tags
>
socket
Tagged Content List
Blog Post:
Deferred TLS/SSL handshakes on windows mobile
Carlos [MSR]
I recently received an email and blog comment from João Almeida, who was trying to use the SslHelper class to make a secure connection to an SMTP server and was having some trouble. After doing a little research I found this is a little different from doing an HTTPS connection. The SMTP protocol requires...
on
15 Sep 2009
Blog Post:
Getting a managed socket to talk SSL
Carlos [MSR]
This is a follow up to my previous post , where I showed a helper class I wrote to enable a managed socket to communicate via SSL on windows mobile. It was my first technical blog post and a friend gave me some very good feedback: blogs can be more interesting if they not only show the solution to a...
on
23 Aug 2009
Blog Post:
Enable SSL for managed socket on windows mobile
Carlos [MSR]
I recently had to implement an application on windows mobile that would talk to a service via an SSL socket. This wasn’t just doing https requests so HttpWebRequest was not an option. And unfortunately the compact framework doesn’t include the SslStream class (which would have made my life easier). I...
on
21 Aug 2009
Page 1 of 1 (3 items)