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