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:
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; }