28 instantiations of CertificateAuthenticationOptions
Microsoft.AspNetCore.Authentication.Test (28)
CertificateTests.cs (28)
49new CertificateAuthenticationOptions 65new CertificateAuthenticationOptions 81new CertificateAuthenticationOptions 96new CertificateAuthenticationOptions 112new CertificateAuthenticationOptions 128new CertificateAuthenticationOptions 145new CertificateAuthenticationOptions 163new CertificateAuthenticationOptions 180new CertificateAuthenticationOptions 198new CertificateAuthenticationOptions 215new CertificateAuthenticationOptions 232new CertificateAuthenticationOptions 248new CertificateAuthenticationOptions 265new CertificateAuthenticationOptions 279new CertificateAuthenticationOptions 294new CertificateAuthenticationOptions 317new CertificateAuthenticationOptions 334new CertificateAuthenticationOptions 351new CertificateAuthenticationOptions 369new CertificateAuthenticationOptions 386new CertificateAuthenticationOptions 404new CertificateAuthenticationOptions 421new CertificateAuthenticationOptions 440new CertificateAuthenticationOptions 458new CertificateAuthenticationOptions 569new CertificateAuthenticationOptions 643new CertificateAuthenticationOptions 696new CertificateAuthenticationOptions
15 references to CertificateAuthenticationOptions
Microsoft.AspNetCore.Authentication.Certificate (14)
CertificateAuthenticationExtensions.cs (5)
52/// <param name="configureOptions">A delegate to configure <see cref="CertificateAuthenticationOptions"/>.</param> 54public static AuthenticationBuilder AddCertificate(this AuthenticationBuilder builder, Action<CertificateAuthenticationOptions>? configureOptions) 67/// <param name="configureOptions">A delegate to configure <see cref="CertificateAuthenticationOptions"/>.</param> 72Action<CertificateAuthenticationOptions>? configureOptions) 73=> builder.AddScheme<CertificateAuthenticationOptions, CertificateAuthenticationHandler>(authenticationScheme, configureOptions);
CertificateAuthenticationHandler.cs (2)
14internal sealed class CertificateAuthenticationHandler : AuthenticationHandler<CertificateAuthenticationOptions> 20IOptionsMonitor<CertificateAuthenticationOptions> options,
Events\CertificateAuthenticationFailedContext.cs (2)
11public class CertificateAuthenticationFailedContext : ResultContext<CertificateAuthenticationOptions> 22CertificateAuthenticationOptions options)
Events\CertificateChallengeContext.cs (2)
11public class CertificateChallengeContext : PropertiesContext<CertificateAuthenticationOptions> 23CertificateAuthenticationOptions options,
Events\CertificateValidatedContext.cs (3)
12public class CertificateValidatedContext : ResultContext<CertificateAuthenticationOptions> 19/// <param name="options">The <see cref="CertificateAuthenticationOptions"/>.</param> 23CertificateAuthenticationOptions options)
Microsoft.AspNetCore.Authentication.Test (1)
CertificateTests.cs (1)
788CertificateAuthenticationOptions configureOptions,