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