Implementing SSL tunnel in C#
Posted
by RaYell
on Stack Overflow
See other posts from Stack Overflow
or by RaYell
Published on 2010-04-20T10:43:51Z
Indexed on
2010/04/20
11:13 UTC
Read the original article
Hit count: 489
As a part of a larger application I need to implement an SSL tunnel in C#. I was wondering if there's a better way of doing that instead of writing each step of SSL negotiation myself which sounds like reinventing the wheel.
Do you know if there are any libraries that I could use to minimize the code I need to write or any tutorials which show how this or similar thing can be implemented most efficiently in .NET?
© Stack Overflow or respective owner