I'm migrating an application to .net core and I need to use AesCryptoServiceProvider
, which worked perfectly in other versions of the .NET Framework.
However, when using Visual Studio .NET, Visual Studio warns that this library does not exist in System.Security
What similar library to use?