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:03:16 +0300
committerMaxim Lipnin <v-maxlip@microsoft.com>2018-05-14 15:42:12 +0300
commit52d85bbe080f7435d4417e8b0b7f2d2af762f8cf (patch)
treead142dab9a1d7a10f9fb5f7dd401af5168aaba3a /mcs/class/System.Security
parent78bcca75054517767b0de455bd9296fbb794cd16 (diff)
[System.Security] CoreFX import for RecipientInfoType type.
Diffstat (limited to 'mcs/class/System.Security')
-rw-r--r--mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoType.cs41
-rw-r--r--mcs/class/System.Security/common_System.Security.dll.sources2
2 files changed, 1 insertions, 42 deletions
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoType.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoType.cs
deleted file mode 100644
index e9d5f2f2152..00000000000
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoType.cs
+++ /dev/null
@@ -1,41 +0,0 @@
-//
-// RecipientInfoType.cs - System.Security.Cryptography.Pkcs.RecipientInfoType
-//
-// Author:
-// Sebastien Pouliot <sebastien@ximian.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.Pkcs {
-
- public enum RecipientInfoType {
- Unknown,
- KeyTransport,
- KeyAgreement
- }
-}
-
diff --git a/mcs/class/System.Security/common_System.Security.dll.sources b/mcs/class/System.Security/common_System.Security.dll.sources
index ee35fc9bab5..e0bfb1f00fb 100644
--- a/mcs/class/System.Security/common_System.Security.dll.sources
+++ b/mcs/class/System.Security/common_System.Security.dll.sources
@@ -33,7 +33,7 @@ System.Security.Cryptography.Pkcs/Pkcs9SigningTime.cs
System.Security.Cryptography.Pkcs/RecipientInfo.cs
System.Security.Cryptography.Pkcs/RecipientInfoCollection.cs
System.Security.Cryptography.Pkcs/RecipientInfoEnumerator.cs
-System.Security.Cryptography.Pkcs/RecipientInfoType.cs
+../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs
System.Security.Cryptography.Pkcs/SubjectIdentifier.cs
System.Security.Cryptography.Pkcs/SubjectIdentifierOrKey.cs
System.Security.Cryptography.Pkcs/SubjectIdentifierOrKeyType.cs