MD5 类不存在于 System.Security.Cryptography 中

发布于 2024-09-25 01:22:12 字数 134 浏览 3 评论 0原文

尽管我看到了 SHA256,但我没有在 System.Security.Cryptography 中看到 MD5 类。显然我有可用的命名空间。我在 MSDN 上没有看到任何关于删除此 Silverlight 风格的 .NET 实现的注释。是不是被感动了?

I'm not seeing the MD5 class in System.Security.Cryptography, although I see SHA256. Clearly I have the namespace available to me. I don't see any notes on MSDN about it's removal for this Silverlight-style implementation of .NET. Was it moved?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

你的往事 2024-10-02 01:22:12

不,它不在 Silverlight 中。

查看系统的Silverlight 内容。 Security.Cryptography 命名空间

另一个线索是,当您查看 MD5 类时MSDN 并转到“其他版本”下拉列表(至少在“轻型”演示模式下;具体的检查方式有所不同)Silverlight 不存在(例如,对于 SHA256,它是存在的)。

诚然,如果页面底部的“支持的版本”信息包含 Silverlight 和 Windows Phone 7 等内容,那就太好了,但这些都是一些替代方法。

如果您确实需要在 Silverlight 应用程序中使用 MD5,则可以查看此实现

No, it's not in Silverlight.

Have a look at the Silverlight contents of the System.Security.Cryptography namespace.

The other clue is that when you look at the MD5 class in MSDN and go for the "Other versions" drop-down (at least in the "light" presentation mode; the exact way of checking varies) Silverlight isn't present (whereas it is for SHA256, for example).

Admittedly it would be nice if the "Supported Versions" information at the bottom of the page included things like Silverlight and Windows Phone 7, but those are some alternative ways.

If you really need MD5 in your Silverlight app, you can have a look at this implementation.

哆兒滾 2024-10-02 01:22:12

同意 - 不存在,但您可以尝试一些重新实现,例如 MSDN 上的 Silverlight MD5 实现代码库。

Agreed - not there, but you might try some of the reimplementations, for example Silverlight MD5 implementation on MSDN Code Gallery.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文