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