4 references to CertificateItem
NuGet.Commands (3)
TrustedSignersCommand\TrustedSignerActionsProvider.cs (3)
182var certificateToAdd = new CertificateItem(fingerprint, hashAlgorithm, allowUntrustedRoot); 264return new CertificateItem(fingerprint, defaultHashAlgorithm, allowUntrustedRoot); 301certs.Add(new CertificateItem(fingerprint, hashAlgorithm));
NuGet.Configuration (1)
Settings\Items\CertificateItem.cs (1)
96var newItem = new CertificateItem(Fingerprint, HashAlgorithm, AllowUntrustedRoot);