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