简体   繁体   English

.NET Compact Framework 3.5 中的 SSL 支持

[英]SSL Support in .NET Compact Framework 3.5

I have a class that is written for the .NET Compact Framework 3.5 which is nothing more than a wrapper for the System.Net.Sockets.TcpClient class.我有一个为 .NET Compact Framework 3.5 编写的类,它只不过是 System.Net.Sockets.TcpClient 类的包装器。

I would like my class to support SSL between the client and the server, but it appears as though the CF doesn't support it.我希望我的班级在客户端和服务器之间支持 SSL,但 CF 似乎不支持它。 More specifically, the System.Net.Security namespace (which is where the SslStream class lives) is not included in the CF.更具体地说,CF 中不包含 System.Net.Security 命名空间(SslStream 类所在的位置)。

How can I support SSL in my TcpClient wrapper that is targeted for the .NET Compact Framework 3.5?如何在面向 .NET Compact Framework 3.5 的 TcpClient 包装器中支持 SSL?

One of the options is to use the components in SSLBlackbox package of our SecureBlackbox product.一种选择是使用我们 SecureBlackbox 产品的SSLBlackbox包中的组件。 It is available for .NET CF (as well as .NET desktop, mono and Silverlight).它可用于 .NET CF(以及 .NET 桌面、单声道和 Silverlight)。

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

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