IdentityServiceCollectionExtensions.ConfigureExternalCookie Método

Definición

Configure la cookie externa.

public static Microsoft.Extensions.DependencyInjection.IServiceCollection ConfigureExternalCookie (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions> configure);
static member ConfigureExternalCookie : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function ConfigureExternalCookie (services As IServiceCollection, configure As Action(Of CookieAuthenticationOptions)) As IServiceCollection

Parámetros

services
IServiceCollection

Los servicios disponibles en la aplicación.

configure
Action<CookieAuthenticationOptions>

Acción para configurar .CookieAuthenticationOptions

Devoluciones

IServiceCollection

Los servicios.

Se aplica a