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