2 implementations of Verify
dotnet (1)
NugetPackageDownloader\FirstPartyNuGetPackageSigningVerifier.cs (1)
38public bool Verify(FilePath nupkgToVerify, out string commandOutput)
Microsoft.DotNet.PackageInstall.Tests (1)
MockFirstPartyNuGetPackageSigningVerifier.cs (1)
20public bool Verify(FilePath nupkgToVerify, out string commandOutput)
1 reference to Verify
dotnet (1)
NugetPackageDownloader\NuGetPackageDownloader.cs (1)
188if ((!_shouldUsePackageSourceMapping && !_firstPartyNuGetPackageSigningVerifier.Verify(new FilePath(nupkgPath), out commandOutput)) ||