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