3 references to AllowedCertificateRule
Aspire.Dashboard (3)
Configuration\DashboardOptions.cs (1)
89public List<AllowedCertificateRule> AllowedCertificates { get; set; } = new();
Configuration\ValidateDashboardOptions.cs (1)
85var allowedCertRule = options.Otlp.AllowedCertificates[i];
DashboardWebApplication.cs (1)
748foreach (var rule in allowList)