SSL TCP connection using .Net CF 1.0?

  • Thread starter Thread starter Graeme Rouse
  • Start date Start date
G

Graeme Rouse

Hi Everyone,

Can anyone point me to an example of how to create an SSL TCP connection
using Sockets in C#? I've been struggling with attempting to recreate
the C++ example by Lao K in C# with no success.
(http://windowsmobilepro.blogspot.com/2006/03/windows-mobile-secure-socket_25.html)


I have been attempting to manually marshal may SSLVALIDATECERTHOOK
struct before passing it as a byte array into IOControl(..). Before I
look any further down this path, can someone please suggest a better way
or shed some light on the topic for me?

Thanks,

Graeme
 

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

Back
Top