3 references to CookieAuthenticationHandler
Microsoft.AspNetCore.Authentication.Cookies (3)
CookieAuthenticationHandler.cs (2)
37/// Initializes a new instance of <see cref="CookieAuthenticationHandler"/>. 49/// Initializes a new instance of <see cref="CookieAuthenticationHandler"/>.
CookieExtensions.cs (1)
81return builder.AddScheme<CookieAuthenticationOptions, CookieAuthenticationHandler>(authenticationScheme, displayName, configureOptions);