Freigeben über


PostConfigureCookieAuthenticationOptions.PostConfigure Methode

Definition

Wird aufgerufen, um eine TOptions-instance nachzubereiten.

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)

Parameter

name
String

Der Name der Optionsinstanz, die konfiguriert wird.

options
CookieAuthenticationOptions

Die zu konfigurierende Optionsinstanz.

Implementiert

Gilt für: