1 implementation of TryGetLastKnownGoodCredentialsFromCache
NuGet.Credentials (1)
CredentialService.cs (1)
160public bool TryGetLastKnownGoodCredentialsFromCache(
2 references to TryGetLastKnownGoodCredentialsFromCache
NuGet.Protocol (2)
HttpSource\HttpSourceAuthenticationHandler.cs (1)
216_ = _credentialService.TryGetLastKnownGoodCredentialsFromCache(uri: _packageSource.SourceUri, isProxy: false, out promptCredentials);
Resources\PluginResource.cs (1)
152return _credentialService.TryGetLastKnownGoodCredentialsFromCache(uri, isProxy, out credentials);