2 references to ValidateRemoteCertificate
System.ServiceModel (2)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (2)
921SslStream sslStream = new SslStream(stream, false, this.ValidateRemoteCertificate, selectionCallback); 1003this.sslStream = new SslStream(stream, false, this.initiator.ValidateRemoteCertificate,