Aracılığıyla paylaş


IdentityServiceCollectionExtensions.ConfigureApplicationCookie Yöntem

Tanım

Uygulama tanımlama bilgisini yapılandırıyor.

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

Parametreler

services
IServiceCollection

Uygulamada kullanılabilen hizmetler.

configure
Action<CookieAuthenticationOptions>

öğesini yapılandırmak için bir CookieAuthenticationOptionseylem.

Döndürülenler

Hizmetler.

Şunlara uygulanır