2 references to InvalidX509StorePurpose
NuGet.Packaging (2)
Signing\TrustStore\FallbackCertificateBundleX509ChainFactory.cs (1)
41
_ => throw new ArgumentException(Strings.
InvalidX509StorePurpose
, nameof(storePurpose))
Signing\TrustStore\X509TrustStore.cs (1)
90
throw new ArgumentException(Strings.
InvalidX509StorePurpose
, nameof(storePurpose));