2 references to AddCertificate
Microsoft.AspNetCore.Authentication.Certificate (2)
CertificateAuthenticationExtensions.cs (2)
41
=> builder.
AddCertificate
(authenticationScheme, configureOptions: null);
55
=> builder.
AddCertificate
(CertificateAuthenticationDefaults.AuthenticationScheme, configureOptions);