Revert "Add SecurityZone stub" (#11053)
authorViktor Hofer <viktor.hofer@microsoft.com>
Wed, 19 Apr 2017 02:36:14 +0000 (04:36 +0200)
committerDan Moseley <danmose@microsoft.com>
Wed, 19 Apr 2017 02:36:14 +0000 (19:36 -0700)
src/mscorlib/shared/System/Security/SecurityException.cs

index 9010652..86e3cd4 100644 (file)
@@ -62,16 +62,5 @@ namespace System.Security
         public object PermitOnlySetInstance { get; set; }
         public string RefusedSet { get; set; }
         public string Url { get; set; }
-        public SecurityZone Zone { get; set; }
-    }
-
-    public enum SecurityZone
-    {
-        MyComputer   = 0,
-        Intranet     = 1,
-        Trusted      = 2,
-        Internet     = 3,
-        Untrusted    = 4,
-        NoZone       = -1
     }
 }