1 reference to HasSubjectKeyIdentifier
Aspire.Hosting (1)
Utils\X509Certificate2Extensions.cs (1)
102
foreach (var certificate in store.Certificates.Where(c => !c.MatchesHostname("localhost") || c.
HasSubjectKeyIdentifier
()))