CookieExtensions.AddCookie Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
AddCookie(AuthenticationBuilder) |
Adiciona a autenticação de cookie ao AuthenticationBuilder uso do esquema padrão. O esquema padrão é especificado por AuthenticationScheme. A autenticação de cookie usa um cookie HTTP persistente no cliente para executar a autenticação. |
AddCookie(AuthenticationBuilder, Action<CookieAuthenticationOptions>) |
Adiciona a autenticação de cookie ao AuthenticationBuilder uso do esquema padrão. O esquema padrão é especificado por AuthenticationScheme. A autenticação de cookie usa um cookie HTTP persistente no cliente para executar a autenticação. |
AddCookie(AuthenticationBuilder, String) |
Adiciona a autenticação de cookie ao AuthenticationBuilder uso do esquema especificado. A autenticação de cookie usa um cookie HTTP persistente no cliente para executar a autenticação. |
AddCookie(AuthenticationBuilder, String, Action<CookieAuthenticationOptions>) |
Adiciona a autenticação de cookie ao AuthenticationBuilder uso do esquema especificado. A autenticação de cookie usa um cookie HTTP persistente no cliente para executar a autenticação. |
AddCookie(AuthenticationBuilder, String, String, Action<CookieAuthenticationOptions>) |
Adiciona a autenticação de cookie ao AuthenticationBuilder uso do esquema especificado. A autenticação de cookie usa um cookie HTTP persistente no cliente para executar a autenticação. |
AddCookie(AuthenticationBuilder)
- Origem:
- CookieExtensions.cs
- Origem:
- CookieExtensions.cs
- Origem:
- CookieExtensions.cs
Adiciona a autenticação de cookie ao AuthenticationBuilder uso do esquema padrão. O esquema padrão é especificado por AuthenticationScheme.
A autenticação de cookie usa um cookie HTTP persistente no cliente para executar a autenticação.
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
Parâmetros
- builder
- AuthenticationBuilder
Retornos
Uma referência a builder
após a conclusão da operação.
Aplica-se a
AddCookie(AuthenticationBuilder, Action<CookieAuthenticationOptions>)
- Origem:
- CookieExtensions.cs
- Origem:
- CookieExtensions.cs
- Origem:
- CookieExtensions.cs
Adiciona a autenticação de cookie ao AuthenticationBuilder uso do esquema padrão. O esquema padrão é especificado por AuthenticationScheme.
A autenticação de cookie usa um cookie HTTP persistente no cliente para executar a autenticação.
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
Parâmetros
- builder
- AuthenticationBuilder
- configureOptions
- Action<CookieAuthenticationOptions>
Um delegado para configurar CookieAuthenticationOptions.
Retornos
Uma referência a builder
após a conclusão da operação.
Aplica-se a
AddCookie(AuthenticationBuilder, String)
- Origem:
- CookieExtensions.cs
- Origem:
- CookieExtensions.cs
- Origem:
- CookieExtensions.cs
Adiciona a autenticação de cookie ao AuthenticationBuilder uso do esquema especificado.
A autenticação de cookie usa um cookie HTTP persistente no cliente para executar a autenticação.
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
Parâmetros
- builder
- AuthenticationBuilder
- authenticationScheme
- String
O esquema de autenticação.
Retornos
Uma referência a builder
após a conclusão da operação.
Aplica-se a
AddCookie(AuthenticationBuilder, String, Action<CookieAuthenticationOptions>)
- Origem:
- CookieExtensions.cs
- Origem:
- CookieExtensions.cs
- Origem:
- CookieExtensions.cs
Adiciona a autenticação de cookie ao AuthenticationBuilder uso do esquema especificado.
A autenticação de cookie usa um cookie HTTP persistente no cliente para executar a autenticação.
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
Parâmetros
- builder
- AuthenticationBuilder
- authenticationScheme
- String
O esquema de autenticação.
- configureOptions
- Action<CookieAuthenticationOptions>
Um delegado para configurar CookieAuthenticationOptions.
Retornos
Uma referência a builder
após a conclusão da operação.
Aplica-se a
AddCookie(AuthenticationBuilder, String, String, Action<CookieAuthenticationOptions>)
- Origem:
- CookieExtensions.cs
- Origem:
- CookieExtensions.cs
- Origem:
- CookieExtensions.cs
Adiciona a autenticação de cookie ao AuthenticationBuilder uso do esquema especificado.
A autenticação de cookie usa um cookie HTTP persistente no cliente para executar a autenticação.
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
Parâmetros
- builder
- AuthenticationBuilder
- authenticationScheme
- String
O esquema de autenticação.
- displayName
- String
Um nome de exibição para o manipulador de autenticação.
- configureOptions
- Action<CookieAuthenticationOptions>
Um delegado para configurar CookieAuthenticationOptions.
Retornos
Uma referência a builder
após a conclusão da operação.