1 implementation of HandlesDefaultCredentials
NuGet.Credentials (1)
CredentialService.cs (1)
38
public bool
HandlesDefaultCredentials
{ get; }
1 reference to HandlesDefaultCredentials
NuGet.Protocol (1)
HttpSource\HttpSourceAuthenticationHandler.cs (1)
49
if (_credentialService == null || !_credentialService.
HandlesDefaultCredentials
)