I want to use the AES C# code given in the following website
https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.aes?view=netcore-3.1
for encrypting and decrypting a string using AES .
I want to use encrypting and decrypting C# code in Xamarin for Android 4.1 and 5.
I am having this doubt, because if we move to the end of the above mentioned webpage it says
Applies to
Xamarin.Android
7.1
Does that mean it is absolutely impossible to use the above code. If that is the case what is the AES C# code for encrypting and decrypting a string that can be applied in Xamarin for Android 4.1 and 5