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