3 references to FilePath
NuGet.Commands (1)
ClientCertificatesCommand\ListClientCertRunner.cs (1)
54
builder.AppendFormat(CultureInfo.CurrentCulture, Strings.ClientCertificatesFileCertFilePath, defaultIndentation, fileCertItem.
FilePath
);
NuGet.Configuration (2)
Settings\Items\FileClientCertItem.cs (2)
158
return new FileClientCertItem(PackageSource,
FilePath
, Password, IsPasswordIsClearText, Origin!);
202
var originalValue =
FilePath
;