2 references to GetCertLookupKey
NuGet.Packaging (2)
Signing\TrustedSigners\TrustedSignersProvider.cs (2)
99
if (certificateLookup.TryGetValue(
GetCertLookupKey
(certificate), out var existingEntry))
127
certificateLookup.Add(
GetCertLookupKey
(certificate), new CertificateEntryLookupEntry(itemTarget, itemPlacement, certificate, owners));