1 implementation of Verify
dotnet (1)
NugetPackageDownloader\FirstPartyNuGetPackageSigningVerifier.cs (1)
77public bool Verify(FilePath nupkgToVerify, out string commandOutput)
2 references to Verify
dotnet (2)
NugetPackageDownloader\NuGetPackageDownloader.cs (2)
240/// <see cref="IFirstPartyNuGetPackageSigningVerifier.Verify"/> which requires the NuGet signature 283if ((!_shouldUsePackageSourceMapping && !_firstPartyNuGetPackageSigningVerifier.Verify(new FilePath(nupkgPath), out commandOutput)) ||