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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Lipnin <v-maxlip@microsoft.com>2018-05-14 14:42:49 +0300
committerMaxim Lipnin <v-maxlip@microsoft.com>2018-05-14 15:42:17 +0300
commit8764171a1a31ae9113c262be7a232a8ed1348d53 (patch)
tree6e9b664add692c44ec837755a8d3e9ed37202386 /mcs/class/System.Security
parent52d85bbe080f7435d4417e8b0b7f2d2af762f8cf (diff)
[System.Security] CoreFX import for DataProtectionScope type.
Diffstat (limited to 'mcs/class/System.Security')
-rw-r--r--mcs/class/System.Security/System.Security.Cryptography/DataProtectionScope.cs43
-rw-r--r--mcs/class/System.Security/common_System.Security.dll.sources2
2 files changed, 1 insertions, 44 deletions
diff --git a/mcs/class/System.Security/System.Security.Cryptography/DataProtectionScope.cs b/mcs/class/System.Security/System.Security.Cryptography/DataProtectionScope.cs
deleted file mode 100644
index ed9a20e373b..00000000000
--- a/mcs/class/System.Security/System.Security.Cryptography/DataProtectionScope.cs
+++ /dev/null
@@ -1,43 +0,0 @@
-//
-// DataProtectionScope.cs: Scope for ProtectData
-//
-// Author:
-// Sebastien Pouliot (spouliot@motus.com)
-//
-// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
-//
-
-//
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-//
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-
-using System;
-
-namespace System.Security.Cryptography {
-
- public enum DataProtectionScope {
- CurrentUser,
- LocalMachine
- }
-}
-
diff --git a/mcs/class/System.Security/common_System.Security.dll.sources b/mcs/class/System.Security/common_System.Security.dll.sources
index e0bfb1f00fb..2e57bb5d62c 100644
--- a/mcs/class/System.Security/common_System.Security.dll.sources
+++ b/mcs/class/System.Security/common_System.Security.dll.sources
@@ -11,7 +11,7 @@ corefx/SR.cs
../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs
../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs
../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Oids.cs
-System.Security.Cryptography/DataProtectionScope.cs
+../../../external/corefx/src/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs
System.Security.Cryptography/ProtectedData.cs
# System.Security.Cryptography.Pkcs