gpt4 book ai didi

windows - 类型或命名空间名称 'MD5CryptoServiceProvider' 不存在

转载 作者:可可西里 更新时间:2023-11-01 10:45:36 26 4
gpt4 key购买 nike

我正在使用代码在我的代码中生成 MD5 哈希...我不知道为什么编译器会给出命名空间错误。我包括(使用 System.Security.Cryptography)Windows Phone 应用程序开发的新手需要一点帮助。

System.Security.Cryptography.MD5CryptoServiceProvider x = new System.Security.Cryptography.MD5CryptoServiceProvider();

这里的错误是在 MD5CryptoServiceProvider()..

最佳答案

MD5CryptoServiceProvider 在 Silverlight 中不可用。

MSDN : Silverlight System.Security.Cryptography

不过你有几个选择。

  • Use another hash algorithm that Silverlight supports in WP8 (probably the best, since md5 is pretty outdated)
  • Upgrade to WP8.1 runtime (universal) and use Windows.Security.Cryptography and Windows.Security.Cryptography.Core
  • Program your own, it's a pretty simple algorithm. :)
  • Use someone else implementation.

Jitesh Upadhyay complete MD5 Implementation Windows Phone

关于windows - 类型或命名空间名称 'MD5CryptoServiceProvider' 不存在,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27373947/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com