从MSDN(此处为https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.ecdiffiehellmancng?view=netframework-4.8)构建一个示例时出错。
错误:
Unhandled Exception:
System.TypeLoadException: Could not resolve type with token 0100000e from typeref (expected class 'System.Security.Cryptography.ECDiffieHellmanCng' in assembly 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089')
我正在LinuxMint 19.1 Tessa上使用MonoDevelop(版本5.18.1.3-0xamarin3 + ubuntu1804b1)。