Condividi tramite


PostConfigureCookieAuthenticationOptions.PostConfigure Metodo

Definizione

Richiamato per pubblicare un'istanza di 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)

Parametri

name
String

Nome dell'istanza delle opzioni da configurare.

options
CookieAuthenticationOptions

Istanza delle opzioni da configurare.

Implementazioni

Si applica a