1 write to AllowUnsigned
NuGet.Packaging (1)
Signing\Verification\SignedPackageVerifierSettings.cs (1)
146AllowUnsigned = allowUnsigned;
3 references to AllowUnsigned
NuGet.Packaging (2)
Signing\Utility\RepositorySignatureInfoUtility.cs (1)
35var allowUnsigned = fallbackSettings.AllowUnsigned && !repoSignatureInfo.AllRepositorySigned;
Signing\Verification\PackageSignatureVerifier.cs (1)
85else if (settings.AllowUnsigned)
NuGet.Protocol (1)
Plugins\PluginPackageReader.cs (1)
1147if (!verifierSettings.AllowUnsigned)