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