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

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2018-07-23 15:38:56 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2018-07-23 15:38:56 +0300
commitcfd5b80da4802b28fe7ca6c009752eba00b14f5d (patch)
treebf122922bff54b4c4ec2ef137c4a6f87ce99dc7a
parent9e8dbacd0cf209ee036f75a611dacd04e67ac7de (diff)
Apply changes from https://github.com/mono/mono/pull/9651 to API snapshot
-rw-r--r--profiles/monodroid/System.cs1
-rw-r--r--profiles/monotouch/System.cs1
-rw-r--r--profiles/net_4_x/System.cs1
3 files changed, 0 insertions, 3 deletions
diff --git a/profiles/monodroid/System.cs b/profiles/monodroid/System.cs
index 6f22f2e..662e428 100644
--- a/profiles/monodroid/System.cs
+++ b/profiles/monodroid/System.cs
@@ -9368,7 +9368,6 @@ namespace System.Security.Cryptography.X509Certificates
[System.MonoTODOAttribute("always return String.Empty for UpnName, DnsFromAlternativeName and UrlName")]
public string GetNameInfo(System.Security.Cryptography.X509Certificates.X509NameType nameType, bool forIssuer) { throw null; }
public override void Import(byte[] rawData) { }
- [System.MonoTODOAttribute("SecureString is incomplete")]
public override void Import(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
[System.MonoTODOAttribute("missing KeyStorageFlags support")]
public override void Import(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
diff --git a/profiles/monotouch/System.cs b/profiles/monotouch/System.cs
index ed08406..22e5eba 100644
--- a/profiles/monotouch/System.cs
+++ b/profiles/monotouch/System.cs
@@ -9372,7 +9372,6 @@ namespace System.Security.Cryptography.X509Certificates
[System.MonoTODOAttribute("always return String.Empty for UpnName, DnsFromAlternativeName and UrlName")]
public string GetNameInfo(System.Security.Cryptography.X509Certificates.X509NameType nameType, bool forIssuer) { throw null; }
public override void Import(byte[] rawData) { }
- [System.MonoTODOAttribute("SecureString is incomplete")]
public override void Import(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
[System.MonoTODOAttribute("missing KeyStorageFlags support")]
public override void Import(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
diff --git a/profiles/net_4_x/System.cs b/profiles/net_4_x/System.cs
index 238f16c..93921fe 100644
--- a/profiles/net_4_x/System.cs
+++ b/profiles/net_4_x/System.cs
@@ -12549,7 +12549,6 @@ namespace System.Security.Cryptography.X509Certificates
[System.MonoTODOAttribute("always return String.Empty for UpnName, DnsFromAlternativeName and UrlName")]
public string GetNameInfo(System.Security.Cryptography.X509Certificates.X509NameType nameType, bool forIssuer) { throw null; }
public override void Import(byte[] rawData) { }
- [System.MonoTODOAttribute("SecureString is incomplete")]
public override void Import(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
[System.MonoTODOAttribute("missing KeyStorageFlags support")]
public override void Import(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }