1 write to AllowedCertificateTypes
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
1037
options.
AllowedCertificateTypes
= configuration.GetValue(
5 references to AllowedCertificateTypes
Aspire.Dashboard (2)
DashboardWebApplication.cs (2)
1038
nameof(CertificateAuthenticationOptions.
AllowedCertificateTypes
),
1039
options.
AllowedCertificateTypes
);
Aspire.Dashboard.Tests (1)
SecurityOptionsBindingTests.cs (1)
40
Assert.Equal(CertificateTypes.All, options.
AllowedCertificateTypes
);
Microsoft.AspNetCore.Authentication.Certificate (2)
CertificateAuthenticationHandler.cs (2)
125
!Options.
AllowedCertificateTypes
.HasFlag(CertificateTypes.SelfSigned))
134
!Options.
AllowedCertificateTypes
.HasFlag(CertificateTypes.Chained))