1 write to CustomCertificateValidatorType
System.ServiceModel (1)
System\ServiceModel\Configuration\X509ServiceCertificateAuthenticationElement.cs (1)
75this.CustomCertificateValidatorType = from.CustomCertificateValidatorType;
4 references to CustomCertificateValidatorType
System.ServiceModel (4)
System\ServiceModel\Configuration\X509ServiceCertificateAuthenticationElement.cs (4)
75this.CustomCertificateValidatorType = from.CustomCertificateValidatorType; 88if (!string.IsNullOrEmpty(this.CustomCertificateValidatorType)) 90Type validatorType = System.Type.GetType(this.CustomCertificateValidatorType, true); 94SR.GetString(SR.ConfigInvalidCertificateValidatorType, this.CustomCertificateValidatorType, typeof(X509CertificateValidator).ToString())));