1 write to sslStream
System.ServiceModel (1)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
1003this.sslStream = new SslStream(stream, false, this.initiator.ValidateRemoteCertificate,
5 references to sslStream
System.ServiceModel (5)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (5)
1008return this.sslStream.BeginAuthenticateAsClient(string.Empty, this.clientCertificates, 1022this.sslStream.EndAuthenticateAsClient(result); 1032SecurityUtils.ValidateSslCipherStrength(sslStream.CipherStrength); 1037this.channelBindingToken = ChannelBindingUtility.GetToken(this.sslStream); 1040return this.sslStream;