22 references to Basic
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AuthenticationSchemesHelper.cs (1)
19
case AuthenticationSchemes.
Basic
:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (2)
318
case AuthenticationSchemes.
Basic
:
370
case AuthenticationSchemes.
Basic
:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
79
case AuthenticationSchemes.
Basic
:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
511
this.AuthenticationScheme = AuthenticationSchemes.
Basic
;
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpClientCredentialType.cs (2)
45
result = AuthenticationSchemes.
Basic
;
74
case AuthenticationSchemes.
Basic
:
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy12.cs (3)
58
httpsBinding.AuthenticationScheme == AuthenticationSchemes.
Basic
||
66
if (httpsBinding.AuthenticationScheme == AuthenticationSchemes.
Basic
)
113
httpsBinding.AuthenticationScheme = AuthenticationSchemes.
Basic
;
System.Net.HttpListener (3)
System\Net\Managed\ListenerAsyncResult.Managed.cs (3)
133
(context.AuthenticationSchemes & AuthenticationSchemes.
Basic
) != AuthenticationSchemes.
Basic
)
138
else if (context.AuthenticationSchemes == AuthenticationSchemes.
Basic
)
System.ServiceModel.Http (7)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
399
case AuthenticationSchemes.
Basic
:
452
case AuthenticationSchemes.
Basic
:
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
77
case AuthenticationSchemes.
Basic
:
System\ServiceModel\HttpClientCredentialType.cs (2)
46
result = AuthenticationSchemes.
Basic
;
75
case AuthenticationSchemes.
Basic
:
System\ServiceModel\HttpProxyCredentialType.cs (2)
39
result = AuthenticationSchemes.
Basic
;
65
case AuthenticationSchemes.
Basic
:
System.ServiceModel.Http.Tests (1)
ServiceModel\BasicHttpBindingTest.cs (1)
318
[InlineData(HttpProxyCredentialType.Basic, AuthenticationSchemes.
Basic
)]
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\AuthenticationSchemesHelper.cs (1)
20
case AuthenticationSchemes.
Basic
: