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>2019-05-27 20:29:11 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-05-27 20:29:11 +0300
commit1f4e9b8eae30012053149485fc499e1a37a6bc6b (patch)
tree1471521ce53d6b14db27f9682e7497e1c12a4190 /profiles/monotouch/System.cs
parentab4601eded43649d4854b07368f9a6c76d03b8a6 (diff)
Apply changes from https://github.com/mono/mono/pull/14660 to API snapshot
Diffstat (limited to 'profiles/monotouch/System.cs')
-rw-r--r--profiles/monotouch/System.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/monotouch/System.cs b/profiles/monotouch/System.cs
index fa5158d..1cc25cb 100644
--- a/profiles/monotouch/System.cs
+++ b/profiles/monotouch/System.cs
@@ -6066,6 +6066,7 @@ namespace System.Net
Tls = 192,
Tls11 = 768,
Tls12 = 3072,
+ Tls13 = 12288,
}
public partial class ServicePoint
{
@@ -9085,6 +9086,7 @@ namespace System.Security.Authentication
Tls11 = 768,
[System.MonoTODOAttribute("unsupported")]
Tls12 = 3072,
+ Tls13 = 12288,
}
}
namespace System.Security.Authentication.ExtendedProtection