4 instantiations of SslStream
System.ServiceModel (4)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (4)
598SslStream sslStream = new SslStream(stream, false, this.ValidateRemoteCertificate); 715this.sslStream = new SslStream(stream, false, this.acceptor.ValidateRemoteCertificate); 921SslStream sslStream = new SslStream(stream, false, this.ValidateRemoteCertificate, selectionCallback); 1003this.sslStream = new SslStream(stream, false, this.initiator.ValidateRemoteCertificate,
7 references to SslStream
System (2)
net\System\Net\TransportContext.cs (2)
40internal SslStreamContext(SslStream sslStream) 51private SslStream sslStream;
System.ServiceModel (5)
System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
92public static ChannelBinding GetToken(SslStream stream)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (4)
598SslStream sslStream = new SslStream(stream, false, this.ValidateRemoteCertificate); 698SslStream sslStream; 921SslStream sslStream = new SslStream(stream, false, this.ValidateRemoteCertificate, selectionCallback); 985SslStream sslStream;