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