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-08-13 20:00:39 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2018-08-13 20:00:39 +0300
commit93d197eb7416eeb06578736f6bd34515dec19a63 (patch)
treef908840694be7668954156f798aee8d22bb5f69b /profiles/monotouch/System.cs
parent22461ad4b18ff948df99a19f3830482429359b48 (diff)
Apply changes from https://github.com/mono/mono/pull/9719 to API snapshot
Diffstat (limited to 'profiles/monotouch/System.cs')
-rw-r--r--profiles/monotouch/System.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/profiles/monotouch/System.cs b/profiles/monotouch/System.cs
index f1f7d7c..b8ec13b 100644
--- a/profiles/monotouch/System.cs
+++ b/profiles/monotouch/System.cs
@@ -9375,12 +9375,9 @@ namespace System.Security.Cryptography.X509Certificates
public string GetNameInfo(System.Security.Cryptography.X509Certificates.X509NameType nameType, bool forIssuer) { throw null; }
public override void Import(byte[] rawData) { }
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) { }
public override void Import(string fileName) { }
- [System.MonoTODOAttribute("SecureString is incomplete")]
public override void Import(string fileName, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
- [System.MonoTODOAttribute("missing KeyStorageFlags support")]
public override void Import(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
public override void Reset() { }
public override string ToString() { throw null; }