PostConfigureCookieAuthenticationOptions.PostConfigure Método

Definição

Invocado para postar configurar uma instância de TOptions.

public:
 virtual void PostConfigure(System::String ^ name, Microsoft::AspNetCore::Authentication::Cookies::CookieAuthenticationOptions ^ options);
public void PostConfigure (string name, Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions options);
public void PostConfigure (string? name, Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions options);
abstract member PostConfigure : string * Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions -> unit
override this.PostConfigure : string * Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions -> unit
Public Sub PostConfigure (name As String, options As CookieAuthenticationOptions)

Parâmetros

name
String

O nome da instância de opções sendo configurada.

options
CookieAuthenticationOptions

A instância de opções a ser configurada.

Implementações

Aplica-se a