System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (4)
603this.parent.SslProtocols, false);
717this.acceptor.parent.RequireClientCertificate, this.acceptor.parent.SslProtocols, false, callback, this);
924sslStream.AuthenticateAsClient(string.Empty, clientCertificates, this.parent.SslProtocols, false);
1009this.initiator.parent.SslProtocols, false, callback, this);