I have imported System.Security.Cryptography.Cng using NuGet and can instantiate the RSACng class... however, the methods ExportRSAPrivateKey (and ImportRSAPrivateKey) are not there.
I am using version 5.0.0 (latest stable)
According to the documentation these functions should be available.
Any help?