3 references to IsFirstParty
dotnet (3)
NugetPackageDownloader\FirstPartyNuGetPackageSigningVerifier.cs (3)
21
/// to validate the signature chain, then calls <see cref="
IsFirstParty
"/> to verify the
71
/// the package has a valid signature, then calls <see cref="
IsFirstParty
"/> to check the signing
79
return NuGetVerify(nupkgToVerify, out commandOutput) &&
IsFirstParty
(nupkgToVerify);