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
msgroup - 10 Aug 2007 12:07 GMT
No need to write your own. See the article
Brief Introduction to Free SSL/TLS Enabled Non-blocking Socket Library
at http://www.udaparts.com/document/articles/demome.htm
> Hi Everyone,
>
[quoted text clipped - 11 lines]
>
> Graeme