1 write to Username
NuGet.Protocol (1)
Plugins\Messages\GetAuthenticationCredentialsResponse.cs (1)
68
Username
= username;
2 references to Username
NuGet.Credentials (1)
SecurePluginCredentialProvider.cs (1)
212
new NetworkCredential(credentialResponse.
Username
, credentialResponse.Password),
NuGet.Protocol (1)
Plugins\Messages\GetAuthenticationCredentialsResponse.cs (1)
82
public bool IsValid() => ResponseCode == MessageResponseCode.Success && (!string.IsNullOrWhiteSpace(
Username
) || !string.IsNullOrWhiteSpace(Password))