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