2 writes to SslProtocols
System.ServiceModel (2)
System\ServiceModel\Configuration\SslStreamSecurityElement.cs (1)
41
sslBindingElement.
SslProtocols
= this.SslProtocols;
System\ServiceModel\TcpTransportSecurity.cs (1)
105
result.
SslProtocols
= sslProtocols;
4 references to SslProtocols
System.ServiceModel (4)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (2)
71
return new SslStreamSecurityUpgradeProvider(context.Binding, tokenManager, bindingElement.RequireClientCertificate, context.Binding.Scheme, bindingElement.IdentityVerifier, bindingElement.
SslProtocols
);
105
certificateAuthenticator, context.Binding.Scheme, bindingElement.IdentityVerifier, bindingElement.
SslProtocols
);
System\ServiceModel\Configuration\SslStreamSecurityElement.cs (1)
74
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.SslProtocols, sslBindingElement.
SslProtocols
);
System\ServiceModel\TcpTransportSecurity.cs (1)
118
sslProtocols = ssl.
SslProtocols
;