Revert "Add SecurityZone stub" (dotnet/coreclr#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)
Commit migrated from https://github.com/dotnet/coreclr/commit/c4130e4c193083a6bed5e1ed9a0c99f416c286df

src/coreclr/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
     }
 }