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