.NET Core 2.0 RSA PlatformNotSupportedException

前端 未结 2 678
慢半拍i
慢半拍i 2020-12-11 02:38

I am trying to use this code to generate a public and private key, I am using .NET Core 2 on Windows 10

So far I had no success in running this code, it compiles jus

2条回答
  •  伪装坚强ぢ
    2020-12-11 03:09

    Looks like it's finally been implemented in .NET Core 3.0: https://github.com/dotnet/corefx/pull/37593

提交回复
热议问题