4 references to Password
NuGet.Commands (1)
ClientCertificatesCommand\ListClientCertRunner.cs (1)
57
if (string.IsNullOrEmpty(fileCertItem.
Password
))
NuGet.Configuration (3)
Settings\Items\FileClientCertItem.cs (3)
158
return new FileClientCertItem(PackageSource, FilePath,
Password
, IsPasswordIsClearText, Origin!);
171
return new[] { string.IsNullOrWhiteSpace(
Password
) ? X509CertificateLoader.LoadPkcs12FromFile(filePath, null) : X509CertificateLoader.LoadPkcs12FromFile(filePath,
Password
) };