6 references to Error_NotOnePrimarySignature
NuGet.Packaging (6)
Signing\Cms\ManagedCmsWrapper.cs (5)
28throw new SignatureException(NuGetLogCode.NU3009, Strings.Error_NotOnePrimarySignature); 38throw new SignatureException(NuGetLogCode.NU3009, Strings.Error_NotOnePrimarySignature); 60throw new SignatureException(NuGetLogCode.NU3009, Strings.Error_NotOnePrimarySignature); 74throw new SignatureException(NuGetLogCode.NU3009, Strings.Error_NotOnePrimarySignature); 92throw new SignatureException(NuGetLogCode.NU3009, Strings.Error_NotOnePrimarySignature);
Signing\Signatures\PrimarySignature.cs (1)
59throw new SignatureException(NuGetLogCode.NU3009, Strings.Error_NotOnePrimarySignature);