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 <mlipnin@gmail.com>2018-07-09 16:29:07 +0300
committerMarek Safar <marek.safar@gmail.com>2018-07-09 16:29:07 +0300
commitf602125d107b0966f8045670326124ad988291cc (patch)
tree0be7d0c976f5ff8f608dd454cf6a662aedf601a5 /mcs/class/System.Security/Makefile
parent998365ab3c0dcf7668d610d01aacfcd414c87c48 (diff)
CoreFX import for ProtectedData type (Windows part) (#9375)
As part of #7589 - CoreFX import only for Windows platform (no support for non-Windows platforms, see https://github.com/dotnet/corefx/issues/22510) - left Mono managed implementation for non-Windows platforms - removed DataProtectionScope parameter value check (no such a check in CoreFX and NET Framework, see https://github.com/dotnet/corefx/pull/30726) and couple of related unit tests - added CoreFX xunit tests
Diffstat (limited to 'mcs/class/System.Security/Makefile')
-rw-r--r--mcs/class/System.Security/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/class/System.Security/Makefile b/mcs/class/System.Security/Makefile
index 416aac7a943..80434540f3b 100644
--- a/mcs/class/System.Security/Makefile
+++ b/mcs/class/System.Security/Makefile
@@ -28,6 +28,7 @@ EXTRA_DISTFILES = \
RESX_RESOURCE_STRING = \
../../../external/corefx/src/System.Security.Cryptography.Xml/src/Resources/Strings.resx \
- ../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Resources/Strings.resx
+ ../../../external/corefx/src/System.Security.Cryptography.Pkcs/src/Resources/Strings.resx \
+ ../../../external/corefx/src/System.Security.Cryptography.ProtectedData/src/Resources/Strings.resx
include ../../build/library.make