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