1 write to CustomCertificateValidatorType
System.ServiceModel (1)
System\ServiceModel\Configuration\IssuedTokenServiceElement.cs (1)
144this.CustomCertificateValidatorType = from.CustomCertificateValidatorType;
4 references to CustomCertificateValidatorType
System.ServiceModel (4)
System\ServiceModel\Configuration\IssuedTokenServiceElement.cs (4)
144this.CustomCertificateValidatorType = from.CustomCertificateValidatorType; 159if (!string.IsNullOrEmpty(this.CustomCertificateValidatorType)) 161Type type = System.Type.GetType(this.CustomCertificateValidatorType, true); 165SR.GetString(SR.ConfigInvalidCertificateValidatorType, this.CustomCertificateValidatorType, typeof(X509CertificateValidator).ToString())));