2 references to SslProtocols
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (2)
356
_parent.
SslProtocols
, false).GetAwaiter().GetResult();
601
await sslStream.AuthenticateAsClientAsync(string.Empty, clientCertificates, _parent.
SslProtocols
, false);