6 references to AuthenticationScheme
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
73
if (HttpChannelFactory<IDuplexSessionChannel>.MapIdentity(this.RemoteAddress, _channelFactory.
AuthenticationScheme
))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (3)
649
tokenProvider = CreateAndOpenTokenProvider(timeoutHelper.RemainingTime(),
AuthenticationScheme
, to, via, channelParameters);
676
return MapIdentity(target,
AuthenticationScheme
);
1247
return _factory.
AuthenticationScheme
!= AuthenticationSchemes.Anonymous;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageHelper.cs (2)
357
string message = string.Format(SRServiceModel.HttpAuthorizationFailed, _factory.
AuthenticationScheme
,
365
string message = string.Format(SRServiceModel.HttpAuthorizationForbidden, _factory.
AuthenticationScheme
);