3 references to HasSubjectKeyIdentifier
aspire (3)
Certificates\NativeCertificateToolRunner.cs (2)
213if (validCertificates.Any(c => c.HasSubjectKeyIdentifier())) 215validCertificates = validCertificates.Where(c => c.HasSubjectKeyIdentifier()).ToList();
src\Shared\X509Certificate2Extensions.cs (1)
101foreach (var certificate in store.Certificates.Where(c => !c.MatchesHostname("localhost") || c.HasSubjectKeyIdentifier()))