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