Implemented interface member:
property
StorePasswordInClearText
NuGet.Commands.IClientCertArgsWithFileData.StorePasswordInClearText
1 write to StorePasswordInClearText
NuGet.CommandLine.XPlat (1)
Commands\NuGet\Update\DotnetNuGetUpdateCommand.cs (1)
102
StorePasswordInClearText
= parseResult.GetValue(storePasswordInClearText),
1 reference to StorePasswordInClearText
NuGet.Commands (1)
ClientCertificatesCommand\UpdateClientCertRunner.cs (1)
42
fileCertItem.Update(args.Path, args.Password, args.
StorePasswordInClearText
);