What class is similar to Aescryptoserviceprovider in . NET Core?

Asked

Viewed 36 times

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?

  • Even using <Packagereference Include=" System.Security " Version="4.2.3-R4" /> it is not possible to use Tripledescryptoserviceprovider.

1 answer

1

Browser other questions tagged

You are not signed in. Login or sign up in order to post.