2 writes to customCertificateValidator
System.ServiceModel (2)
System\ServiceModel\Security\X509ClientCertificateAuthentication.cs (2)
37
this.
customCertificateValidator
= other.customCertificateValidator;
118
this.
customCertificateValidator
= value;
4 references to customCertificateValidator
System.ServiceModel (4)
System\ServiceModel\Security\X509ClientCertificateAuthentication.cs (4)
37
this.customCertificateValidator = other.
customCertificateValidator
;
113
return this.
customCertificateValidator
;
160
if (this.
customCertificateValidator
== null)
164
return this.
customCertificateValidator
;