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