Sdílet prostřednictvím


CookieExtensions.AddCookie Metoda

Definice

Přetížení

AddCookie(AuthenticationBuilder)

Přidá ověřování souborem cookie pomocí AuthenticationBuilder výchozího schématu. Výchozí schéma je určeno parametrem AuthenticationScheme.

Ověřování pomocí souborů cookie používá k ověřování soubor cookie HTTP, který se v klientovi uchová.

AddCookie(AuthenticationBuilder, Action<CookieAuthenticationOptions>)

Přidá ověřování souborem cookie pomocí AuthenticationBuilder výchozího schématu. Výchozí schéma je určeno parametrem AuthenticationScheme.

Ověřování pomocí souborů cookie používá k ověřování soubor cookie HTTP, který se v klientovi uchová.

AddCookie(AuthenticationBuilder, String)

Přidá ověřování souborem cookie pomocí AuthenticationBuilder zadaného schématu.

Ověřování pomocí souborů cookie používá k ověřování soubor cookie HTTP, který se v klientovi uchová.

AddCookie(AuthenticationBuilder, String, Action<CookieAuthenticationOptions>)

Přidá ověřování souborem cookie pomocí AuthenticationBuilder zadaného schématu.

Ověřování pomocí souborů cookie používá k ověřování soubor cookie HTTP, který se v klientovi uchová.

AddCookie(AuthenticationBuilder, String, String, Action<CookieAuthenticationOptions>)

Přidá ověřování souborem cookie pomocí AuthenticationBuilder zadaného schématu.

Ověřování pomocí souborů cookie používá k ověřování soubor cookie HTTP, který se v klientovi uchová.

AddCookie(AuthenticationBuilder)

Zdroj:
CookieExtensions.cs
Zdroj:
CookieExtensions.cs
Zdroj:
CookieExtensions.cs

Přidá ověřování souborem cookie pomocí AuthenticationBuilder výchozího schématu. Výchozí schéma je určeno parametrem AuthenticationScheme.

Ověřování pomocí souborů cookie používá k ověřování soubor cookie HTTP, který se v klientovi uchová.

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

Návraty

Odkaz na po builder dokončení operace.

Platí pro

AddCookie(AuthenticationBuilder, Action<CookieAuthenticationOptions>)

Zdroj:
CookieExtensions.cs
Zdroj:
CookieExtensions.cs
Zdroj:
CookieExtensions.cs

Přidá ověřování souborem cookie pomocí AuthenticationBuilder výchozího schématu. Výchozí schéma je určeno parametrem AuthenticationScheme.

Ověřování pomocí souborů cookie používá k ověřování soubor cookie HTTP, který se v klientovi uchová.

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

configureOptions
Action<CookieAuthenticationOptions>

Delegát pro konfiguraci CookieAuthenticationOptions.

Návraty

Odkaz na po builder dokončení operace.

Platí pro

AddCookie(AuthenticationBuilder, String)

Zdroj:
CookieExtensions.cs
Zdroj:
CookieExtensions.cs
Zdroj:
CookieExtensions.cs

Přidá ověřování souborem cookie pomocí AuthenticationBuilder zadaného schématu.

Ověřování pomocí souborů cookie používá k ověřování soubor cookie HTTP, který se v klientovi uchová.

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

authenticationScheme
String

Schéma ověřování.

Návraty

Odkaz na po builder dokončení operace.

Platí pro

AddCookie(AuthenticationBuilder, String, Action<CookieAuthenticationOptions>)

Zdroj:
CookieExtensions.cs
Zdroj:
CookieExtensions.cs
Zdroj:
CookieExtensions.cs

Přidá ověřování souborem cookie pomocí AuthenticationBuilder zadaného schématu.

Ověřování pomocí souborů cookie používá k ověřování soubor cookie HTTP, který se v klientovi uchová.

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

authenticationScheme
String

Schéma ověřování.

configureOptions
Action<CookieAuthenticationOptions>

Delegát pro konfiguraci CookieAuthenticationOptions.

Návraty

Odkaz na po builder dokončení operace.

Platí pro

AddCookie(AuthenticationBuilder, String, String, Action<CookieAuthenticationOptions>)

Zdroj:
CookieExtensions.cs
Zdroj:
CookieExtensions.cs
Zdroj:
CookieExtensions.cs

Přidá ověřování souborem cookie pomocí AuthenticationBuilder zadaného schématu.

Ověřování pomocí souborů cookie používá k ověřování soubor cookie HTTP, který se v klientovi uchová.

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

authenticationScheme
String

Schéma ověřování.

displayName
String

Zobrazovaný název obslužné rutiny ověřování.

configureOptions
Action<CookieAuthenticationOptions>

Delegát pro konfiguraci CookieAuthenticationOptions.

Návraty

Odkaz na po builder dokončení operace.

Platí pro