Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/reference-assemblies.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip Navara <filip.navara@gmail.com>2018-06-07 21:41:06 +0300
committerMarek Safar <marek.safar@gmail.com>2018-06-09 22:51:18 +0300
commitbdc6cdaabf92a903e41a48aa8b94ed516e9536b8 (patch)
tree6485f963ea035f5ab03a52ffbd240fe30890fa2a /src/monotouch
parentb898ece84ad50834f9b369672abafb289aaa5b00 (diff)
Add DSACertificateExtensions to monodroid/monotouch reference assemblies.
Diffstat (limited to 'src/monotouch')
-rw-r--r--src/monotouch/System.Core.cs5
1 files changed, 5 insertions, 0 deletions
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]