2 writes to customCertificateValidator
System.ServiceModel (2)
System\ServiceModel\Security\X509PeerCertificateAuthentication.cs (2)
32
this.
customCertificateValidator
= other.customCertificateValidator;
102
this.
customCertificateValidator
= value;
4 references to customCertificateValidator
System.ServiceModel (4)
System\ServiceModel\Security\X509PeerCertificateAuthentication.cs (4)
32
this.customCertificateValidator = other.
customCertificateValidator
;
97
return this.
customCertificateValidator
;
119
validator = this.
customCertificateValidator
;
143
Fx.Assert(this.
customCertificateValidator
== null, "");