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