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:
authorVladimir Kazakov <vladimir.kazakov@live.com>2017-03-19 00:26:59 +0300
committerMarek Safar <marek.safar@gmail.com>2017-03-20 14:25:17 +0300
commit7edc2b4a5ffac6e3506131ed3107dbad286581ae (patch)
tree87066c50f8b77da1d4e136f70023ab6843502490 /mcs/class/System.Core
parent3ff66ac985279930e26baba77ef2416c7d989f65 (diff)
System.Security.Cryptography.X509Certificates enums from .NET Core.
TrustStatus and X509SelectionFlag are missing from .NET Core (https://github.com/dotnet/corefx/issues/17194), hence TrustStatus was taken from .NET Framework and X509SelectionFlag was left untouched.
Diffstat (limited to 'mcs/class/System.Core')
-rw-r--r--mcs/class/System.Core/common_System.Core.dll.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System.Core/common_System.Core.dll.sources b/mcs/class/System.Core/common_System.Core.dll.sources
index d42159fb412..0ccd4597cf2 100644
--- a/mcs/class/System.Core/common_System.Core.dll.sources
+++ b/mcs/class/System.Core/common_System.Core.dll.sources
@@ -88,6 +88,8 @@ System.Security.Cryptography/SHA256CryptoServiceProvider.cs
System.Security.Cryptography/SHA384CryptoServiceProvider.cs
System.Security.Cryptography/SHA512CryptoServiceProvider.cs
+../referencesource/System.Core/System/Security/Cryptography/X509Certificates/TrustStatus.cs
+
../../../external/corefx/src/System.Collections/src/System/Collections/Generic/BitHelper.cs
../../../external/corefx/src/System.Collections/src/System/Collections/Generic/HashSet.cs
../../../external/corefx/src/System.Collections/src/System/Collections/Generic/HashSetEqualityComparer.cs