6 references to SslProtocolsHelper
System.ServiceModel (6)
System\ServiceModel\Channels\SslStreamSecurityBindingElement.cs (1)
80SslProtocolsHelper.Validate(value);
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));
System\ServiceModel\Configuration\SslStreamSecurityElement.cs (1)
27[ServiceModelEnumValidator(typeof(SslProtocolsHelper))]
System\ServiceModel\Configuration\TcpTransportSecurityElement.cs (1)
44[ServiceModelEnumValidator(typeof(SslProtocolsHelper))]
System\ServiceModel\TcpTransportSecurity.cs (1)
90SslProtocolsHelper.Validate(value);