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