4 references to AuthenticationScheme
System.ServiceModel (4)
System\ServiceModel\Configuration\HttpTransportElement.cs (4)
43[ConfigurationProperty(ConfigurationStrings.AuthenticationScheme, DefaultValue = HttpTransportDefaults.AuthenticationScheme)] 47get { return (AuthenticationSchemes)base[ConfigurationStrings.AuthenticationScheme]; } 48set { base[ConfigurationStrings.AuthenticationScheme] = value; } 245SetPropertyValueIfNotDefaultValue(ConfigurationStrings.AuthenticationScheme, source.AuthenticationScheme);