gpt4 book ai didi

c# - System.PlatformNotSupportedException AesCryptoServiceProvider

转载 作者:行者123 更新时间:2023-11-30 18:45:07 31 4
gpt4 key购买 nike

我遇到了以下问题。

我创建了一个类,它使用 AesCryptoServiceProvider 来加密和解密一些数据。我在 SharePoint WebPart 中使用该类,一切正常。我还在自定义 SharePoint Web 服务中的同一个 Web 应用程序上使用同一个类,每次调用 System.Security.Cryptography.AesCryptoServiceProvider 的构造函数时,它都会抛出一个 System.PlatformNotSupportedException 和以下堆栈跟踪。

System.PlatformNotSupportedException: The specified cryptographic algorithm is not supported on this platform.
at System.Security.Cryptography.CapiNative.AcquireCsp(String keyContainer, String providerName, ProviderType providerType, CryptAcquireContextFlags flags, Boolean throwPlatformException)
at System.Security.Cryptography.AesCryptoServiceProvider..ctor()
at m2009_wu.ProvisioningLibrary.ConfigManager..ctor()

我已经尝试在不做任何更改的情况下为不同的平台编译 web 服务和带有类的库。

我的开发环境运行的系统是 Windows Server 2008 Standard SP1 x64 以及 Microsoft Office SharePoint Server 2007 SP2 x64 和 Visual Studio 2008 SP1。服务器上安装了.Net Framework 3.5 SP1。

如果有人能指出正确的方向,我将不胜感激。

亲切的问候雷内·温德格

最佳答案

来自 MSDN:

PlatformNotSupportedException - There is no supported key size for the current platform. [Link]

您使用的 key 大小是多少?

The minimum size of the key is 128 bits, and the maximum size is 256 bits. [Link]

关于c# - System.PlatformNotSupportedException AesCryptoServiceProvider,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1322816/

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