3 references to AuthenticationScheme
System.ServiceModel (3)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
51
this.authenticationScheme = HttpTransportDefaults.
AuthenticationScheme
;
115
[DefaultValue(HttpTransportDefaults.
AuthenticationScheme
)]
System\ServiceModel\Configuration\HttpTransportElement.cs (1)
43
[ConfigurationProperty(ConfigurationStrings.AuthenticationScheme, DefaultValue = HttpTransportDefaults.
AuthenticationScheme
)]