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