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