Remove obsolete Mono.Security.Providers.* assemblies (#3595)
[mono.git] / mcs / class / Mono.Security / Assembly / AssemblyInfo.cs
index 02820830eaaafa57d327f6ab5d94b6975e5bd389..eeccc251f7d6ed12f515024c5183ee374d19e6e4 100644 (file)
@@ -59,3 +59,10 @@ using System.Runtime.InteropServices;
 
 [assembly: AssemblyDelaySign (true)]
 [assembly: AssemblyKeyFile ("../mono.pub")]
+
+#if MOBILE
+[assembly: InternalsVisibleTo ("System, PublicKey=00240000048000009400000006020000002400005253413100040000010001008D56C76F9E8649383049F383C44BE0EC204181822A6C31CF5EB7EF486944D032188EA1D3920763712CCB12D75FB77E9811149E6148E5D32FBAAB37611C1878DDC19E20EF135D0CB2CFF2BFEC3D115810C3D9069638FE4BE215DBF795861920E5AB6F7DB2E2CEEF136AC23D5DD2BF031700AEC232F6C6B1C785B4305C123B37AB")]
+#else
+[assembly: InternalsVisibleTo ("System, PublicKey=00000000000000000400000000000000")]
+#endif
+