1 write to CustomCertificateValidatorType
System.ServiceModel (1)
System\ServiceModel\Configuration\X509ClientCertificateAuthenticationElement.cs (1)
91this.CustomCertificateValidatorType = from.CustomCertificateValidatorType;
4 references to CustomCertificateValidatorType
System.ServiceModel (4)
System\ServiceModel\Configuration\X509ClientCertificateAuthenticationElement.cs (4)
91this.CustomCertificateValidatorType = from.CustomCertificateValidatorType; 106if (!string.IsNullOrEmpty(this.CustomCertificateValidatorType)) 108Type validatorType = System.Type.GetType(this.CustomCertificateValidatorType, true); 112SR.GetString(SR.ConfigInvalidCertificateValidatorType, this.CustomCertificateValidatorType, typeof(X509CertificateValidator).ToString())));