2 writes to customCertificateValidator
System.ServiceModel (2)
System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs (2)
35
this.
customCertificateValidator
= other.customCertificateValidator;
111
this.
customCertificateValidator
= value;
4 references to customCertificateValidator
System.ServiceModel (4)
System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs (4)
35
this.customCertificateValidator = other.
customCertificateValidator
;
106
return this.
customCertificateValidator
;
128
validator = this.
customCertificateValidator
;
158
Fx.Assert(this.
customCertificateValidator
== null, "");