1 write to _allowList
NuGet.Packaging (1)
Signing\Verification\AllowListVerificationProvider.cs (1)
23
_allowList
= allowList;
3 references to _allowList
NuGet.Packaging (3)
Signing\Verification\AllowListVerificationProvider.cs (3)
41
if (
_allowList
== null ||
_allowList
.Count == 0)
49
else if (!IsSignatureAllowed(signature,
_allowList
))