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