Oops, also need to set it when cloning.
authorMartin Baulig <martin.baulig@xamarin.com>
Thu, 29 Oct 2015 19:34:50 +0000 (15:34 -0400)
committerMartin Baulig <martin.baulig@xamarin.com>
Thu, 29 Oct 2015 19:35:15 +0000 (15:35 -0400)
mcs/class/Mono.Security/Mono.Security.Interface/MonoTlsSettings.cs

index a3c47103072d08775b52baf58594e509e361c393..d03af404ce7ceb17a1447864eafd985a62cff9ea 100644 (file)
@@ -114,6 +114,7 @@ namespace Mono.Security.Interface
                        copy.callbackNeedsChain = callbackNeedsChain;
                        copy.UserSettings = UserSettings;
                        copy.certificateValidator = validator;
+                       copy.EnabledProtocols = EnabledProtocols;
                        copy.cloned = true;
                        return copy;
                }