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