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