1 implementation of TryGetLastKnownGoodCredentialsFromCache
NuGet.Credentials (1)
CredentialService.cs (1)
160
public 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)
152
return _credentialService.
TryGetLastKnownGoodCredentialsFromCache
(uri, isProxy, out credentials);