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