From bdc6cdaabf92a903e41a48aa8b94ed516e9536b8 Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Thu, 7 Jun 2018 20:41:06 +0200 Subject: Add DSACertificateExtensions to monodroid/monotouch reference assemblies. --- src/monotouch/System.Core.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/monotouch') diff --git a/src/monotouch/System.Core.cs b/src/monotouch/System.Core.cs index 6f17a10..39ff3fe 100644 --- a/src/monotouch/System.Core.cs +++ b/src/monotouch/System.Core.cs @@ -2973,6 +2973,11 @@ namespace System.Security.Cryptography } namespace System.Security.Cryptography.X509Certificates { + public static partial class DSACertificateExtensions + { + public static System.Security.Cryptography.DSA GetDSAPrivateKey(this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; } + public static System.Security.Cryptography.DSA GetDSAPublicKey(this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; } + } public static partial class ECDsaCertificateExtensions { [System.MonoTODOAttribute] -- cgit v1.2.3