2 references to PostConfigureCookieAuthenticationOptions
Microsoft.AspNetCore.Authentication.Cookies (2)
CookieExtensions.cs (1)
79
builder.Services.TryAddEnumerable(ServiceDescriptor.Singleton<IPostConfigureOptions<CookieAuthenticationOptions>,
PostConfigureCookieAuthenticationOptions
>());
PostConfigureCookieAuthenticationOptions.cs (1)
17
/// Initializes a new instance of <see cref="
PostConfigureCookieAuthenticationOptions
"/>.