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