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
 
Back
Top