1 reference to DefaultError_NoMatchInAllowList
NuGet.Packaging (1)
Signing\Verification\AllowListVerificationProvider.cs (1)
27
_noMatchErrorMessage = string.IsNullOrEmpty(noMatchErrorMessage) ? Strings.
DefaultError_NoMatchInAllowList
: noMatchErrorMessage;