3 writes to Credentials
NuGet.Protocol (3)
HttpSource\HttpSourceAuthenticationHandler.cs (2)
62_credentials.Credentials = packageSource.Credentials.ToICredentials(); 231_credentials.Credentials = promptCredentials;
HttpSource\HttpSourceCredentials.cs (1)
67Credentials = credentials;
3 references to Credentials
NuGet.Protocol (3)
HttpSource\HttpSourceAuthenticationHandler.cs (1)
180return _credentials.Credentials;
HttpSource\HttpSourceCredentials.cs (2)
49/// The latest version ID of the <see cref="Credentials"/>. 76return Credentials?.GetCredential(uri, authType);