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