6 references to Password
NuGet.Configuration (6)
PackageSource\PackageSourceProvider.cs (1)
331
credentialsItem.
Password
,
Settings\Items\CredentialsItem.cs (5)
62
if (!string.Equals(
Password
, password, StringComparison.Ordinal))
98
public override bool IsEmpty() => string.IsNullOrEmpty(Username) && string.IsNullOrEmpty(
Password
);
200
var newSetting = new CredentialsItem(ElementName, Username,
Password
, IsPasswordClearText, ValidAuthenticationTypes);
275
if (!string.Equals(
Password
, credentials?.
Password
, StringComparison.Ordinal) ||