6 references to Tls12
System (3)
net\System\Net\SecureProtocols\_SslState.cs (2)
369if ((proto & SslProtocols.Tls12) != 0) 371proto |= SslProtocols.Tls12;
net\System\Net\ServicePointManager.cs (1)
277Debug.Assert((int)SecurityProtocolType.Tls12 == (int)SslProtocols.Tls12);
System.ServiceModel (3)
System\ServiceModel\Channels\TransportDefaults.cs (1)
209System.Security.Authentication.SslProtocols.Tls12;
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));