1 write to AllRepositorySigned
NuGet.Packaging (1)
Signing\RepositorySignatureInfo.cs (1)
17
AllRepositorySigned
= allRepositorySigned;
3 references to AllRepositorySigned
NuGet.Packaging (3)
PackageExtractor.cs (1)
1087
repositorySignatureInfo.
AllRepositorySigned
,
Signing\Utility\RepositorySignatureInfoUtility.cs (2)
35
var allowUnsigned = fallbackSettings.AllowUnsigned && !repoSignatureInfo.
AllRepositorySigned
;
38
var allowUntrusted = fallbackSettings.AllowUntrusted && !repoSignatureInfo.
AllRepositorySigned
;