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