1 write to sslStream
System.ServiceModel (1)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
715this.sslStream = new SslStream(stream, false, this.acceptor.ValidateRemoteCertificate);
5 references to sslStream
System.ServiceModel (5)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (5)
716return this.sslStream.BeginAuthenticateAsServer(this.acceptor.parent.ServerCertificate, 722this.sslStream.EndAuthenticateAsServer(result); 726SecurityUtils.ValidateSslCipherStrength(sslStream.CipherStrength); 731this.channelBindingToken = ChannelBindingUtility.GetToken(this.sslStream); 734return this.sslStream;