2 references to ValidateRemoteCertificate
System.ServiceModel (2)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (2)
598
SslStream sslStream = new SslStream(stream, false, this.
ValidateRemoteCertificate
);
715
this.sslStream = new SslStream(stream, false, this.acceptor.
ValidateRemoteCertificate
);