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