1 write to AllowUntrustedRoot
NuGet.Packaging (1)
Signing\Verification\TrustedSignerAllowListEntry.cs (1)
32AllowUntrustedRoot = allowUntrustedRoot;
4 references to AllowUntrustedRoot
NuGet.Commands (1)
VerifyCommand\VerifyCommandRunner.cs (1)
80.Where(c => c.AllowUntrustedRoot)
NuGet.Packaging (3)
PackageExtractor.cs (1)
1075.Where(e => e.AllowUntrustedRoot)
Signing\Verification\TrustedSignerAllowListEntry.cs (2)
48return AllowUntrustedRoot == trustedSigner.AllowUntrustedRoot && ownersEquals;