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