PostConfigureCookieAuthenticationOptions.PostConfigure Metoda

Definice

Vyvoláno post konfigurace instance 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)

Parametry

name
String

Název instance možností, která se konfiguruje.

options
CookieAuthenticationOptions

Instance možností, která se má nakonfigurovat.

Implementuje

Platí pro