Implemented interface member:
property
StorePasswordInClearText
NuGet.Commands.IClientCertArgsWithFileData.StorePasswordInClearText
1 write to StorePasswordInClearText
NuGet.CommandLine.XPlat (1)
Commands\Verbs.cs (1)
472
StorePasswordInClearText
= storepasswordincleartext.HasValue(),
1 reference to StorePasswordInClearText
NuGet.Commands (1)
ClientCertificatesCommand\UpdateClientCertRunner.cs (1)
42
fileCertItem.Update(args.Path, args.Password, args.
StorePasswordInClearText
);