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
>
c#
Tagged Content List
Blog Post:
Interop: marshaling double pointers that can be null
Carlos [MSR]
I recently had to implement IMediaBuffer in managed code. The GetBufferAndLength method takes a BYTE** ppBuffer argument, so I initially went with the following straightforward C# declaration: public void GetBufferAndLength( out IntPtr ppBuffer, out uint cbLength) { ppBuffer = myBuffer; …...
on
15 Jun 2011
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
Blog Post:
New to the blogosphere
Carlos [MSR]
Finally, I decided to start a blog. This is something I’ve been thinking about for a while but kept putting off. This week I attended Devscovery and the keynote by Scott Hanselman was all about social networking for developers and I guess it gave me the nudge I needed to get started. By the way, if you...
on
21 Aug 2009
Page 1 of 1 (5 items)