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