Author: spouliot
Date: 2005-05-11 10:56:36 -0400 (Wed, 11 May 2005)
New Revision: 44390

Modified:
   trunk/mcs/class/corlib/System.Security/ChangeLog
   trunk/mcs/class/corlib/System.Security/SecurityManager.cs
Log:
2005-05-11  Sebastien Pouliot  <[EMAIL PROTECTED]>

        * SecurityManager.cs: GetZoneAndOrigin is present in 1.1 too (but is 
        hidden from mono-api-info because of the LinkDemand for ECMA key).



Modified: trunk/mcs/class/corlib/System.Security/ChangeLog
===================================================================
--- trunk/mcs/class/corlib/System.Security/ChangeLog    2005-05-11 14:45:03 UTC 
(rev 44389)
+++ trunk/mcs/class/corlib/System.Security/ChangeLog    2005-05-11 14:56:36 UTC 
(rev 44390)
@@ -1,3 +1,8 @@
+2005-05-11  Sebastien Pouliot  <[EMAIL PROTECTED]>
+
+       * SecurityManager.cs: GetZoneAndOrigin is present in 1.1 too (but is 
+       hidden from mono-api-info because of the LinkDemand for ECMA key).
+
 2005-05-09  Sebastien Pouliot  <[EMAIL PROTECTED]> 
  
        * SecurityContext.cs: That was the wrong place to capture the stack.

Modified: trunk/mcs/class/corlib/System.Security/SecurityManager.cs
===================================================================
--- trunk/mcs/class/corlib/System.Security/SecurityManager.cs   2005-05-11 
14:45:03 UTC (rev 44389)
+++ trunk/mcs/class/corlib/System.Security/SecurityManager.cs   2005-05-11 
14:56:36 UTC (rev 44390)
@@ -95,7 +95,10 @@
 
                // methods
 
-#if NET_2_0
+#if NET_1_1
+               // NOTE: This method doesn't show in the class library status 
page because
+               // it cannot be "found" with the StrongNameIdentityPermission 
for ECMA key.
+               // But it's there!
                [MonoTODO]
                [StrongNameIdentityPermission (SecurityAction.LinkDemand, 
PublicKey = "0x00000000000000000400000000000000")]
                public static void GetZoneAndOrigin (out ArrayList zone, out 
ArrayList origin) 

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to