3 references to SignatureException
NuGet.PackageManagement (2)
NuGetPackageManager.cs (2)
2709unwrappedException = new SignatureException(error.Code, error.Message, ex.PackageIdentity); 2718unwrappedException = new SignatureException(NuGetLogCode.NU3000, errorMessage, ex.PackageIdentity);
NuGet.Packaging (1)
PackageArchiveReader.cs (1)
453throw new SignatureException(NuGetLogCode.NU3008, Strings.SignaturePackageIntegrityFailure, GetIdentity());