简体   繁体   English

SSL TcpClient C#.Net Compact Framework 1.0

[英]SSL TcpClient C# .Net Compact Framework 1.0

I am looking for connecting TcpClient over SSL. 我正在寻找通过SSL连接TcpClient的方法。 I am using .Net compact framework 1.0. 我正在使用.Net紧凑框架1.0。 Is there is opensource (or commercial) library that provides functionality similar to System.Net.Sockets.TcpClient but over ssl. 是否有开源(或商业)库提供与System.Net.Sockets.TcpClient类似但在ssl上的功能。

Thanks, 谢谢,
Kishore. Kishore。

You can try the SocketPro-library by Udaparts which supports SSL. 您可以尝试Udaparts提供的SocketPro库,该库支持SSL。 You may use this for free (even commercially) as far as I have understood. 据我所知,您可以免费(甚至商业上)使用它。 Please see: SocketPro 请参阅: SocketPro

This library works great with most connections which requires SSL. 该库适用于大多数需要SSL的连接。 However, there is a problem with GMail for unknown reasons although this can be easily resolved by using above library together with those of OpenSSL. 但是,由于未知原因,GMail存在问题,尽管可以通过将上述库与OpenSSL一起使用来轻松解决。 If you search the support-forum at UdaParts you can find links for donwloading the extra OpenSSL-libraries. 如果您在UdaParts搜索支持论坛,则可以找到用于下载额外的OpenSSL库的链接。

Good luck! 祝好运!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM