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