3 references to AllowedCertificates
Aspire.Dashboard (3)
Configuration\ValidateDashboardOptions.cs (2)
79
for (var i = 0; i < options.Otlp.
AllowedCertificates
.Count; i++)
81
var allowedCertRule = options.Otlp.
AllowedCertificates
[i];
DashboardWebApplication.cs (1)
656
if (options.Otlp.
AllowedCertificates
is { Count: > 0 } allowList)