3 references to SslStream
System (1)
net\System\Net\SecureProtocols\SslStream.cs (1)
71
:
this
(innerStream, false, null, null)
System.ServiceModel (2)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (2)
921
SslStream sslStream = new
SslStream
(stream, false, this.ValidateRemoteCertificate, selectionCallback);
1003
this.sslStream = new
SslStream
(stream, false, this.initiator.ValidateRemoteCertificate,