简体   繁体   English

在 .NET Compact Framework 3.5 上使用 TLS

[英]Use TLS on .NET Compact Framework 3.5

I have an Motorola MC55 with .Net CF 3.5, and when I try to connect it with a SOAP request to a Tomcat with TLS, the request fail.我有一个带有 .Net CF 3.5 的 Motorola MC55,当我尝试通过 SOAP 请求将它连接到带有 TLS 的 Tomcat 时,请求失败。 Is a Windows Mobile CE 6.5.是Windows Mobile CE 6.5。

As far as I know after two days of research, there´s the AKU 35 by Microsoft (unavaliable), the Rebex Library (349$) or Bouncy Castle ( fails by https://social.msdn.microsoft.com/Forums/en-US/79853585-9a74-433e-bc39-5b057d218411/weird-cf-only-typeloadexception-bug?forum=netfxcompact&prof=required )据我所知,经过两天的研究,微软的 AKU 35(不可用)、Rebex 库(349 美元)或 Bouncy Castle(失败了https://social.msdn.microsoft.com/Forums/ en-US/79853585-9a74-433e-bc39-5b057d218411/weird-cf-only-typeloadexception-bug?forum=netfxcompact&prof=required )

There´s any way to implement it on C#?有什么方法可以在 C# 上实现它?

EDIT I know that this device is very old, also the OS.编辑我知道这个设备很旧,操作系统也是如此。 But is a enterprise requirement, and they want to do it.但这是企业的要求,他们想这样做。

EDIT 2 I´ve found this with the very same problem that I have ( Use Bouncy Castle library with .NET Compact Framework ), but the files doesn´t exist anymore...编辑 2我发现这个问题与我遇到的问题( 使用 Bouncy Castle library with .NET Compact Framework )完全相同,但这些文件不再存在......

Thanks for all the comments.感谢所有的评论。 We ended doing an "bridge" between our code and the Bouncy Castle libraries, so now we can send TLS request via SOAP protocol to the server.我们结束了在我们的代码和 Bouncy Castle 库之间做一个“桥梁”,所以现在我们可以通过 SOAP 协议向服务器发送 TLS 请求。 Maybe the community may remember that some kind of companies do not use to update the tools they use, so, as I have been told that this is outdated, I must say that this system is in use by one of the largest companies in the world.也许社区可能记得有些公司不用来更新他们使用的工具,所以,正如我被告知这是过时的,我必须说这个系统正在被世界上最大的公司之一使用. And we keep it up to date.我们保持最新状态。

Thanks anyway.不管怎么说,还是要谢谢你。

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

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