1 write to Password
NuGet.Credentials (1)
PluginCredentialProvider.cs (1)
237
credentialResponse.
Password
= null;
3 references to Password
NuGet.Credentials (3)
PluginCredentialProvider.cs (1)
137
new NetworkCredential(response.Username, response.
Password
),
PluginCredentialResponse.cs (1)
45
public bool IsValid => (!String.IsNullOrWhiteSpace(Username) || !String.IsNullOrWhiteSpace(
Password
))
PluginException.cs (1)
102
response.
Password
== null ? string.Empty : RedactedPassword,