7 references to NuGetVerify
dotnet (7)
NugetPackageDownloader\FirstPartyNuGetPackageSigningVerifier.cs (5)
20
/// <item><see cref="Verify"/> — <b>Microsoft first-party check</b>: calls <see cref="
NuGetVerify
"/>
25
/// <item><see cref="
NuGetVerify
"/> — <b>Any valid NuGet signature</b>: shells out to
70
/// This is the <b>strict</b> verification mode. It first calls <see cref="
NuGetVerify
"/> to confirm
79
return
NuGetVerify
(nupkgToVerify, out commandOutput) && IsFirstParty(nupkgToVerify);
93
/// Call <see cref="
NuGetVerify
"/> first for signature validation.
NugetPackageDownloader\NuGetPackageDownloader.cs (2)
244
/// <see cref="FirstPartyNuGetPackageSigningVerifier.
NuGetVerify
"/> which only requires a valid
284
(_shouldUsePackageSourceMapping && !FirstPartyNuGetPackageSigningVerifier.
NuGetVerify
(new FilePath(nupkgPath), out commandOutput, _currentWorkingDirectory)))