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-07-02 13:31:33 +0300
committerVladimir Kazakov <vladimir.kazakov@live.com>2017-07-24 19:57:26 +0300
commit7ede70ad8e444a57fb56a2627cae2b0061d8f22e (patch)
treea984eeea90674ae2793885878f04872e90b9483b /mcs/class/System.Core
parent9b1fa3e38f6461f4e7d3379322e58c3f87b399e2 (diff)
XMLDSIG transforms from .NET Core.
Diffstat (limited to 'mcs/class/System.Core')
-rw-r--r--mcs/class/System.Core/System.Security.Cryptography.X509Certificates/RSACertificateExtensions.cs7
1 files changed, 6 insertions, 1 deletions
diff --git a/mcs/class/System.Core/System.Security.Cryptography.X509Certificates/RSACertificateExtensions.cs b/mcs/class/System.Core/System.Security.Cryptography.X509Certificates/RSACertificateExtensions.cs
index 81c303bd091..a61b9f66ca2 100644
--- a/mcs/class/System.Core/System.Security.Cryptography.X509Certificates/RSACertificateExtensions.cs
+++ b/mcs/class/System.Core/System.Security.Cryptography.X509Certificates/RSACertificateExtensions.cs
@@ -28,7 +28,12 @@
namespace System.Security.Cryptography.X509Certificates
{
- public static class RSACertificateExtensions
+#if SYSTEM_SECURITY_DLL
+ internal
+#else
+ public
+#endif
+ static class RSACertificateExtensions
{
public static RSA GetRSAPrivateKey(this X509Certificate2 certificate)
{