Udostępnij za pośrednictwem


PostConfigureCookieAuthenticationOptions.PostConfigure Metoda

Definicja

Wywołano element w celu skonfigurowania wystąpienia 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

Nazwa konfigurowanego wystąpienia opcji.

options
CookieAuthenticationOptions

Wystąpienie opcji do skonfigurowania.

Implementuje

Dotyczy