CookieExtensions.AddCookie Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
AddCookie(AuthenticationBuilder) |
Dodaje uwierzytelnianie plików cookie do AuthenticationBuilder korzystania ze schematu domyślnego. Schemat domyślny jest określony przez AuthenticationScheme. Uwierzytelnianie plików cookie używa pliku cookie HTTP utrwalonego w kliencie do przeprowadzenia uwierzytelniania. |
AddCookie(AuthenticationBuilder, Action<CookieAuthenticationOptions>) |
Dodaje uwierzytelnianie plików cookie do AuthenticationBuilder korzystania ze schematu domyślnego. Schemat domyślny jest określony przez AuthenticationScheme. Uwierzytelnianie plików cookie używa pliku cookie HTTP utrwalonego w kliencie do przeprowadzenia uwierzytelniania. |
AddCookie(AuthenticationBuilder, String) |
Dodaje uwierzytelnianie plików cookie do AuthenticationBuilder korzystania z określonego schematu. Uwierzytelnianie plików cookie używa pliku cookie HTTP utrwalonego w kliencie do przeprowadzenia uwierzytelniania. |
AddCookie(AuthenticationBuilder, String, Action<CookieAuthenticationOptions>) |
Dodaje uwierzytelnianie plików cookie do AuthenticationBuilder korzystania z określonego schematu. Uwierzytelnianie plików cookie używa pliku cookie HTTP utrwalonego w kliencie do przeprowadzenia uwierzytelniania. |
AddCookie(AuthenticationBuilder, String, String, Action<CookieAuthenticationOptions>) |
Dodaje uwierzytelnianie plików cookie do AuthenticationBuilder korzystania z określonego schematu. Uwierzytelnianie plików cookie używa pliku cookie HTTP utrwalonego w kliencie do przeprowadzenia uwierzytelniania. |
AddCookie(AuthenticationBuilder)
- Źródło:
- CookieExtensions.cs
- Źródło:
- CookieExtensions.cs
- Źródło:
- CookieExtensions.cs
Dodaje uwierzytelnianie plików cookie do AuthenticationBuilder korzystania ze schematu domyślnego. Schemat domyślny jest określony przez AuthenticationScheme.
Uwierzytelnianie plików cookie używa pliku cookie HTTP utrwalonego w kliencie do przeprowadzenia uwierzytelniania.
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddCookie (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder);
static member AddCookie : Microsoft.AspNetCore.Authentication.AuthenticationBuilder -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddCookie (builder As AuthenticationBuilder) As AuthenticationBuilder
Parametry
- builder
- AuthenticationBuilder
Element AuthenticationBuilder.
Zwraca
Odwołanie do builder
po zakończeniu operacji.
Dotyczy
AddCookie(AuthenticationBuilder, Action<CookieAuthenticationOptions>)
- Źródło:
- CookieExtensions.cs
- Źródło:
- CookieExtensions.cs
- Źródło:
- CookieExtensions.cs
Dodaje uwierzytelnianie plików cookie do AuthenticationBuilder korzystania ze schematu domyślnego. Schemat domyślny jest określony przez AuthenticationScheme.
Uwierzytelnianie plików cookie używa pliku cookie HTTP utrwalonego w kliencie do przeprowadzenia uwierzytelniania.
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddCookie (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, Action<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions> configureOptions);
static member AddCookie : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * Action<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddCookie (builder As AuthenticationBuilder, configureOptions As Action(Of CookieAuthenticationOptions)) As AuthenticationBuilder
Parametry
- builder
- AuthenticationBuilder
Element AuthenticationBuilder.
- configureOptions
- Action<CookieAuthenticationOptions>
Pełnomocnik do skonfigurowania CookieAuthenticationOptions.
Zwraca
Odwołanie do builder
po zakończeniu operacji.
Dotyczy
AddCookie(AuthenticationBuilder, String)
- Źródło:
- CookieExtensions.cs
- Źródło:
- CookieExtensions.cs
- Źródło:
- CookieExtensions.cs
Dodaje uwierzytelnianie plików cookie do AuthenticationBuilder korzystania z określonego schematu.
Uwierzytelnianie plików cookie używa pliku cookie HTTP utrwalonego w kliencie do przeprowadzenia uwierzytelniania.
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddCookie (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme);
static member AddCookie : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * string -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddCookie (builder As AuthenticationBuilder, authenticationScheme As String) As AuthenticationBuilder
Parametry
- builder
- AuthenticationBuilder
Element AuthenticationBuilder.
- authenticationScheme
- String
Schemat uwierzytelniania.
Zwraca
Odwołanie do builder
po zakończeniu operacji.
Dotyczy
AddCookie(AuthenticationBuilder, String, Action<CookieAuthenticationOptions>)
- Źródło:
- CookieExtensions.cs
- Źródło:
- CookieExtensions.cs
- Źródło:
- CookieExtensions.cs
Dodaje uwierzytelnianie plików cookie do AuthenticationBuilder korzystania z określonego schematu.
Uwierzytelnianie plików cookie używa pliku cookie HTTP utrwalonego w kliencie do przeprowadzenia uwierzytelniania.
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddCookie (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, Action<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions> configureOptions);
static member AddCookie : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * string * Action<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddCookie (builder As AuthenticationBuilder, authenticationScheme As String, configureOptions As Action(Of CookieAuthenticationOptions)) As AuthenticationBuilder
Parametry
- builder
- AuthenticationBuilder
Element AuthenticationBuilder.
- authenticationScheme
- String
Schemat uwierzytelniania.
- configureOptions
- Action<CookieAuthenticationOptions>
Pełnomocnik do skonfigurowania CookieAuthenticationOptions.
Zwraca
Odwołanie do builder
po zakończeniu operacji.
Dotyczy
AddCookie(AuthenticationBuilder, String, String, Action<CookieAuthenticationOptions>)
- Źródło:
- CookieExtensions.cs
- Źródło:
- CookieExtensions.cs
- Źródło:
- CookieExtensions.cs
Dodaje uwierzytelnianie plików cookie do AuthenticationBuilder korzystania z określonego schematu.
Uwierzytelnianie plików cookie używa pliku cookie HTTP utrwalonego w kliencie do przeprowadzenia uwierzytelniania.
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddCookie (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, string displayName, Action<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions> configureOptions);
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddCookie (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, string? displayName, Action<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions> configureOptions);
static member AddCookie : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * string * string * Action<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddCookie (builder As AuthenticationBuilder, authenticationScheme As String, displayName As String, configureOptions As Action(Of CookieAuthenticationOptions)) As AuthenticationBuilder
Parametry
- builder
- AuthenticationBuilder
Element AuthenticationBuilder.
- authenticationScheme
- String
Schemat uwierzytelniania.
- displayName
- String
Nazwa wyświetlana programu obsługi uwierzytelniania.
- configureOptions
- Action<CookieAuthenticationOptions>
Pełnomocnik do skonfigurowania CookieAuthenticationOptions.
Zwraca
Odwołanie do builder
po zakończeniu operacji.