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)
260switch (challenge.AuthenticationType)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (5)
61if (challenge.AuthenticationType == AuthenticationType.Negotiate || 62challenge.AuthenticationType == AuthenticationType.Ntlm) 84NetEventSource.Info(connection, $"Authentication: {challenge.AuthenticationType}, Uri: {authUri.AbsoluteUri}"); 98NetEventSource.Info(connection, $"Authentication: {challenge.AuthenticationType}, Host: {hostName}"); 127NetEventSource.Info(connection, $"Authentication: {challenge.AuthenticationType}, SPN: {spn}");