2 writes to shouldValidateClientCertificate
System.ServiceModel (2)
System\ServiceModel\Channels\HttpsChannelListener.cs (2)
37this.shouldValidateClientCertificate = ShouldValidateClientCertificate(this.requireClientCertificate, context); 132this.shouldValidateClientCertificate = true;
4 references to shouldValidateClientCertificate
System.ServiceModel (4)
System\ServiceModel\Channels\HttpsChannelListener.cs (4)
163if (this.shouldValidateClientCertificate) 242if (this.shouldValidateClientCertificate) 308if (this.shouldValidateClientCertificate) 354if (this.shouldValidateClientCertificate)