2 writes to customCertificateValidator
System.ServiceModel (2)
System\ServiceModel\Security\IssuedTokenServiceCredential.cs (2)
45this.customCertificateValidator = other.customCertificateValidator; 151this.customCertificateValidator = value;
4 references to customCertificateValidator
System.ServiceModel (4)
System\ServiceModel\Security\IssuedTokenServiceCredential.cs (4)
45this.customCertificateValidator = other.customCertificateValidator; 146return this.customCertificateValidator; 180if (this.customCertificateValidator == null) 184return this.customCertificateValidator;