Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Implementing SSL tunnel in C#

Tags:

c#

.net

ssl

tunnel

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?

like image 873
RaYell Avatar asked Aug 23 '26 23:08

RaYell


1 Answers

SSlStream should do most of the work for you.

like image 189
Armin Avatar answered Aug 26 '26 12:08

Armin



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!