1 instantiation of AmbientAuthenticationState
NuGet.Protocol (1)
HttpSource\HttpSourceAuthenticationHandler.cs (1)
248
authState = new
AmbientAuthenticationState
();
7 references to AmbientAuthenticationState
NuGet.Protocol (7)
HttpSource\HttpSourceAuthenticationHandler.cs (7)
21
public static readonly int MaxAuthRetries =
AmbientAuthenticationState
.MaxAuthRetries;
31
private Dictionary<string,
AmbientAuthenticationState
> _authStates = new Dictionary<string,
AmbientAuthenticationState
>();
183
var
authState = GetAuthenticationState();
241
private
AmbientAuthenticationState
GetAuthenticationState()
245
AmbientAuthenticationState
authState;
258
AmbientAuthenticationState
authState,