1 write to IsPasswordClearText
NuGet.Configuration (1)
PackageSource\PackageSourceCredential.cs (1)
102IsPasswordClearText = isPasswordClearText;
6 references to IsPasswordClearText
NuGet.Configuration (6)
PackageSource\PackageSourceCredential.cs (6)
56if (PasswordText != null && !IsPasswordClearText) 114combiner.AddObject(IsPasswordClearText); 183return new PackageSourceCredential(Source, Username, PasswordText, IsPasswordClearText, ValidAuthenticationTypesText); 207return new CredentialsItem(Source, Username, PasswordText, IsPasswordClearText, ValidAuthenticationTypesText); 225IsPasswordClearText == other.IsPasswordClearText;