4 references to SslProtocols
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityBindingElement.cs (2)
23
_sslProtocols = TransportDefaults.
SslProtocols
;
69
[DefaultValue(TransportDefaults.
SslProtocols
)]
FrameworkFork\System.ServiceModel\System\ServiceModel\TcpTransportSecurity.cs (2)
26
_sslProtocols = TransportDefaults.
SslProtocols
;
58
[DefaultValue(TransportDefaults.
SslProtocols
)]