1 write to RevocationMode
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
1046options.RevocationMode = configuration.GetValue(
4 references to RevocationMode
Aspire.Dashboard (2)
DashboardWebApplication.cs (2)
1047nameof(CertificateAuthenticationOptions.RevocationMode), 1048options.RevocationMode);
Aspire.Dashboard.Tests (1)
SecurityOptionsBindingTests.cs (1)
43Assert.Equal(X509RevocationMode.NoCheck, options.RevocationMode);
Microsoft.AspNetCore.Authentication.Certificate (1)
CertificateAuthenticationHandler.cs (1)
208X509RevocationMode revocationMode = Options.RevocationMode;