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-06-18 10:16:45 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2018-06-18 10:16:45 +0300
commit550b5d3982680c5cc596d80ef8ca335afcf44635 (patch)
tree8423eb7f1d60ab6f0a13f85d186ed7e65a6eed06 /profiles/monotouch/System.cs
parent1e964957f88e7025c8066714be632590ed6ba0a8 (diff)
Apply changes from https://github.com/mono/mono/pull/9162 to API snapshot
Diffstat (limited to 'profiles/monotouch/System.cs')
-rw-r--r--profiles/monotouch/System.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/monotouch/System.cs b/profiles/monotouch/System.cs
index 6d22abf..ed08406 100644
--- a/profiles/monotouch/System.cs
+++ b/profiles/monotouch/System.cs
@@ -9365,7 +9365,7 @@ namespace System.Security.Cryptography.X509Certificates
public int Version { get { throw null; } }
[System.MonoTODOAttribute("X509ContentType.SerializedCert is not supported")]
public override byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, string password) { throw null; }
- [System.MonoTODOAttribute("Detection limited to Cert, Pfx, Pkcs12, Pkcs7 and Unknown")]
+ [System.MonoTODOAttribute("Detection limited to Cert, Pfx/Pkcs12, Pkcs7 and Unknown")]
public static System.Security.Cryptography.X509Certificates.X509ContentType GetCertContentType(byte[] rawData) { throw null; }
[System.MonoTODOAttribute("Detection limited to Cert, Pfx, Pkcs12 and Unknown")]
public static System.Security.Cryptography.X509Certificates.X509ContentType GetCertContentType(string fileName) { throw null; }