5 writes to IsPasswordClearText
NuGet.Configuration (5)
Settings\Items\CredentialsItem.cs (5)
60
IsPasswordClearText
= isPasswordClearText;
132
IsPasswordClearText
= isPasswordClearText;
169
IsPasswordClearText
= false;
179
IsPasswordClearText
= true;
279
IsPasswordClearText
= credentials.IsPasswordClearText;
7 references to IsPasswordClearText
NuGet.Configuration (7)
PackageSource\PackageSourceProvider.cs (1)
332
credentialsItem.
IsPasswordClearText
,
Settings\Items\CredentialsItem.cs (6)
51
if (
IsPasswordClearText
&& !isPasswordClearText)
55
else if (!
IsPasswordClearText
&& isPasswordClearText)
200
var newSetting = new CredentialsItem(ElementName, Username, Password,
IsPasswordClearText
, ValidAuthenticationTypes);
276
IsPasswordClearText
!= credentials!.
IsPasswordClearText
)
279
IsPasswordClearText = credentials.
IsPasswordClearText
;