6 references to Tls11
System (3)
net\System\Net\SecureProtocols\_SslState.cs (2)
365if ((proto & SslProtocols.Tls11) != 0) 367proto |= SslProtocols.Tls11;
net\System\Net\ServicePointManager.cs (1)
276Debug.Assert((int)SecurityProtocolType.Tls11 == (int)SslProtocols.Tls11);
System.ServiceModel (3)
System\ServiceModel\Channels\TransportDefaults.cs (1)
208System.Security.Authentication.SslProtocols.Tls11 |
System\ServiceModel\Configuration\Properties.cs (2)
3475properties.Add(new ConfigurationProperty("sslProtocols", typeof(System.Security.Authentication.SslProtocols), System.Security.Authentication.SslProtocols.Tls | System.Security.Authentication.SslProtocols.Tls11 | System.Security.Authentication.SslProtocols.Tls12, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.Security.SslProtocolsHelper)), System.Configuration.ConfigurationPropertyOptions.None)); 3530properties.Add(new ConfigurationProperty("sslProtocols", typeof(System.Security.Authentication.SslProtocols), System.Security.Authentication.SslProtocols.Tls | System.Security.Authentication.SslProtocols.Tls11 | System.Security.Authentication.SslProtocols.Tls12, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.Security.SslProtocolsHelper)), System.Configuration.ConfigurationPropertyOptions.None));