2 references to ShouldVerifyOwners
NuGet.Packaging (2)
Signing\Verification\AllowListVerificationProvider.cs (2)
87
if (
ShouldVerifyOwners
(certificateHashEntry as TrustedSignerAllowListEntry, signature as IRepositorySignature, out var allowedOwners, out var actualOwners))
114
if (
ShouldVerifyOwners
(certificateHashEntry as TrustedSignerAllowListEntry, repositoryCountersignature.Value, out var allowedOwners, out var actualOwners))