From 322d5bd38fee6f63dbd16dec7f1385afe14d9111 Mon Sep 17 00:00:00 2001 From: Jonathan Pryor Date: Tue, 4 Jun 2013 19:38:23 -0400 Subject: [PATCH] [System.Core] Add AesCryptoServiceProvider to the MONODROID profile. Context: System.Security.Cryptography/AesCryptoServiceProvider.cs Add System.Security.Cryptography.AesCryptoServiceProvider to the MONODROID profile. This is needed so that Aes.Create() can work. --- mcs/class/System.Core/monodroid_System.Core.dll.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/mcs/class/System.Core/monodroid_System.Core.dll.sources b/mcs/class/System.Core/monodroid_System.Core.dll.sources index 51cb4e882d9..c681f5a1f8b 100644 --- a/mcs/class/System.Core/monodroid_System.Core.dll.sources +++ b/mcs/class/System.Core/monodroid_System.Core.dll.sources @@ -3,6 +3,7 @@ #include dynamic_System.Core.dll.sources System/TimeZoneInfo.Android.cs +System.Security.Cryptography/AesCryptoServiceProvider.cs System.Security.Cryptography/AesManaged.cs System.Security.Cryptography/AesTransform.cs -- 2.25.1