12 references to CustomCertificateValidatorType
System.ServiceModel (12)
System\ServiceModel\Configuration\IssuedTokenServiceElement.cs (3)
36[ConfigurationProperty(ConfigurationStrings.CustomCertificateValidatorType, DefaultValue = "")] 40get { return (string)base[ConfigurationStrings.CustomCertificateValidatorType]; } 47base[ConfigurationStrings.CustomCertificateValidatorType] = value;
System\ServiceModel\Configuration\X509ClientCertificateAuthenticationElement.cs (3)
22[ConfigurationProperty(ConfigurationStrings.CustomCertificateValidatorType, DefaultValue = "")] 26get { return (string)base[ConfigurationStrings.CustomCertificateValidatorType]; } 33base[ConfigurationStrings.CustomCertificateValidatorType] = value;
System\ServiceModel\Configuration\X509PeerCertificateAuthenticationElement.cs (3)
22[ConfigurationProperty(ConfigurationStrings.CustomCertificateValidatorType, DefaultValue = "")] 26get { return (string)base[ConfigurationStrings.CustomCertificateValidatorType]; } 33base[ConfigurationStrings.CustomCertificateValidatorType] = value;
System\ServiceModel\Configuration\X509ServiceCertificateAuthenticationElement.cs (3)
22[ConfigurationProperty(ConfigurationStrings.CustomCertificateValidatorType, DefaultValue = "")] 26get { return (string)base[ConfigurationStrings.CustomCertificateValidatorType]; } 33base[ConfigurationStrings.CustomCertificateValidatorType] = value;