4 references to CertificateAuthenticationDefaults
Aspire.Dashboard (1)
Authentication\OtlpCompositeAuthenticationHandler.cs (1)
50
yield 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)
306
var identity = new ClaimsIdentity(claims,
CertificateAuthenticationDefaults
.AuthenticationScheme);