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