IdentityServiceCollectionExtensions.ConfigureApplicationCookie Methode

Definition

Konfiguriert das Anwendungscookies.

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

Parameter

services
IServiceCollection

Die in der Anwendung verfügbaren Dienste.

configure
Action<CookieAuthenticationOptions>

Eine Aktion zum Konfigurieren von CookieAuthenticationOptions.

Gibt zurück

Die Dienste.

Gilt für: