Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@microsoft.com>2017-04-19 05:36:14 +0300
committerJan Kotas <jkotas@microsoft.com>2017-04-19 07:51:46 +0300
commita252ba10ecf9a49124bb9e93e296b746e27d3aa8 (patch)
treec2355a13bc463bccbe7f326bb3e22af3f049fb7a /src/System.Private.CoreLib/shared
parent4d6760f3ca6ca17eb31c441bc5d8f5c1e309386c (diff)
Revert "Add SecurityZone stub" (dotnet/coreclr#11053)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Diffstat (limited to 'src/System.Private.CoreLib/shared')
-rw-r--r--src/System.Private.CoreLib/shared/System/Security/SecurityException.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/System.Private.CoreLib/shared/System/Security/SecurityException.cs b/src/System.Private.CoreLib/shared/System/Security/SecurityException.cs
index 9010652a7..86e3cd463 100644
--- a/src/System.Private.CoreLib/shared/System/Security/SecurityException.cs
+++ b/src/System.Private.CoreLib/shared/System/Security/SecurityException.cs
@@ -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
}
}