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