1 implementation of Verify
dotnet-aot (1)
parent\dotnet\NugetPackageDownloader\FirstPartyNuGetPackageSigningVerifier.cs (1)
77public bool Verify(FilePath nupkgToVerify, out string commandOutput)
1 reference to Verify
dotnet-aot (1)
parent\dotnet\NugetPackageDownloader\NuGetPackageDownloader.cs (1)
281if ((!_shouldUsePackageSourceMapping && !_firstPartyNuGetPackageSigningVerifier.Verify(new FilePath(nupkgPath), out commandOutput)) ||