2 writes to useCustomClientCertificateVerification
System.ServiceModel (2)
System\ServiceModel\Channels\HttpsChannelListener.cs (2)
57useCustomClientCertificateVerification = true; 61useCustomClientCertificateVerification = false;
4 references to useCustomClientCertificateVerification
System.ServiceModel (4)
System\ServiceModel\Channels\HttpsChannelListener.cs (4)
176if (!this.useCustomClientCertificateVerification) 255if (!useCustomClientCertificateVerification) 324else if (!isValidCertificate && !this.useCustomClientCertificateVerification) 371else if (request.ClientCertificateError != 0 && !useCustomClientCertificateVerification)