3 references to CertificateHashAllowListEntry
NuGet.Commands (1)
VerifyCommand\VerifyCommandRunner.cs (1)
59new CertificateHashAllowListEntry(
NuGet.Packaging (2)
Signing\Utility\RepositorySignatureInfoUtility.cs (1)
72repositoryAllowedCertificates.Add(new CertificateHashAllowListEntry(VerificationTarget.Repository, SignaturePlacement.Any, fingerprint!, hashAlgorithm));
Signing\Verification\TrustedSignerAllowListEntry.cs (1)
30: base(target, placement, fingerprint, algorithm)