4 references to CertificateAuthenticationDefaults
Aspire.Dashboard (1)
Authentication\OtlpCompositeAuthenticationHandler.cs (1)
50yield return CertificateAuthenticationDefaults.AuthenticationScheme;
Microsoft.AspNetCore.Authentication.Certificate (3)
CertificateAuthenticationExtensions.cs (2)
27=> builder.AddCertificate(CertificateAuthenticationDefaults.AuthenticationScheme); 55=> builder.AddCertificate(CertificateAuthenticationDefaults.AuthenticationScheme, configureOptions);
CertificateAuthenticationHandler.cs (1)
306var identity = new ClaimsIdentity(claims, CertificateAuthenticationDefaults.AuthenticationScheme);