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