1 write to AuthenticationType
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.cs (1)
37AuthenticationType = authenticationType;
6 references to AuthenticationType
System.Net.Http (6)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.cs (1)
245switch (challenge.AuthenticationType)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (5)
91if (challenge.AuthenticationType == AuthenticationType.Negotiate || 92challenge.AuthenticationType == AuthenticationType.Ntlm) 114NetEventSource.Info(connection, $"Authentication: {challenge.AuthenticationType}, Uri: {authUri.AbsoluteUri}"); 128NetEventSource.Info(connection, $"Authentication: {challenge.AuthenticationType}, Host: {hostName}"); 157NetEventSource.Info(connection, $"Authentication: {challenge.AuthenticationType}, SPN: {spn}");