1 instantiation of AmbientAuthenticationState
NuGet.Protocol (1)
HttpSource\HttpSourceAuthenticationHandler.cs (1)
252
authState = new
AmbientAuthenticationState
();
7 references to AmbientAuthenticationState
NuGet.Protocol (7)
HttpSource\HttpSourceAuthenticationHandler.cs (7)
19
public static readonly int MaxAuthRetries =
AmbientAuthenticationState
.MaxAuthRetries;
29
private Dictionary<string,
AmbientAuthenticationState
> _authStates = new Dictionary<string,
AmbientAuthenticationState
>();
186
var
authState = GetAuthenticationState();
245
private
AmbientAuthenticationState
GetAuthenticationState()
249
AmbientAuthenticationState
? authState;
263
AmbientAuthenticationState
authState,