1 write to Username
NuGet.Protocol (1)
Plugins\Messages\GetAuthenticationCredentialsResponse.cs (1)
68Username = username;
4 references to Username
NuGet.Credentials (1)
SecurePluginCredentialProvider.cs (1)
212new NetworkCredential(credentialResponse.Username, credentialResponse.Password),
NuGet.Protocol (3)
_generated\53\PluginJsonContext.GetAuthenticationCredentialsResponse.g.cs (2)
60Getter = static obj => ((global::NuGet.Protocol.Plugins.GetAuthenticationCredentialsResponse)obj).Username, 168string __value_Username = ((global::NuGet.Protocol.Plugins.GetAuthenticationCredentialsResponse)value).Username;
Plugins\Messages\GetAuthenticationCredentialsResponse.cs (1)
82public bool IsValid() => ResponseCode == MessageResponseCode.Success && (!string.IsNullOrWhiteSpace(Username) || !string.IsNullOrWhiteSpace(Password))