diff --git a/dotnet/src/dotnetframework/SDNetAPI/IOSNotifications.cs b/dotnet/src/dotnetframework/SDNetAPI/IOSNotifications.cs index 8711b8db0..aefc07493 100644 --- a/dotnet/src/dotnetframework/SDNetAPI/IOSNotifications.cs +++ b/dotnet/src/dotnetframework/SDNetAPI/IOSNotifications.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text; @@ -177,7 +177,7 @@ private static bool DoCall(string server, string p12path, int port, Action { return true; }, (sender, targetHost, localCerts, remoteCert, acceptableIssuers) => { return certificate; }); - stream.AuthenticateAsClient(settings.FeedbackHost, certificates, System.Security.Authentication.SslProtocols.Tls, false); + stream.AuthenticateAsClient(settings.FeedbackHost, certificates, System.Security.Authentication.SslProtocols.Tls12, false); //Set up