0
I am migrating an application to . net core and need to use the AesCryptoServiceProvider
, that worked perfectly in other versions of . NET Framework.
But when using on . NET Core Visual Studio warns that there is no such library on System.Security
What similar library to use?
Did the answer resolve what was in doubt? Do you need something else to be improved? Do you think it is possible to accept it now?
– Maniero
Even using <Packagereference Include=" System.Security " Version="4.2.3-R4" /> it is not possible to use Tripledescryptoserviceprovider.
– Luiz Lanza