2 references to MaxAuthRetries
NuGet.Protocol (2)
HttpSource\AmbientAuthenticationState.cs (1)
25
if (AuthenticationRetriesCount >=
MaxAuthRetries
)
HttpSource\HttpSourceAuthenticationHandler.cs (1)
21
public static readonly int MaxAuthRetries = AmbientAuthenticationState.
MaxAuthRetries
;