2 references to _firstPartyCertificateThumbprints
dotnet (2)
NugetPackageDownloader\FirstPartyNuGetPackageSigningVerifier.cs (2)
88
/// <item>Leaf certificate SHA-256 thumbprint matches <see cref="
_firstPartyCertificateThumbprints
"/>.</item>
110
if (
_firstPartyCertificateThumbprints
.Contains(firstCert.GetCertHashString(HashAlgorithmName.SHA256)))