2 references to SignatureException
NuGet.Packaging (2)
PackageExtractor.cs (2)
1126throw new SignatureException(results: Enumerable.Empty<PackageVerificationResult>().ToList(), package: package); 1132throw new SignatureException(verifyResult.Results, package);