Condividi tramite


PostConfigureCookieAuthenticationOptions Classe

Definizione

Usato per configurare le impostazioni predefinite per tutti .CookieAuthenticationOptions

public ref class PostConfigureCookieAuthenticationOptions : Microsoft::Extensions::Options::IPostConfigureOptions<Microsoft::AspNetCore::Authentication::Cookies::CookieAuthenticationOptions ^>
public class PostConfigureCookieAuthenticationOptions : Microsoft.Extensions.Options.IPostConfigureOptions<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions>
type PostConfigureCookieAuthenticationOptions = class
    interface IPostConfigureOptions<CookieAuthenticationOptions>
Public Class PostConfigureCookieAuthenticationOptions
Implements IPostConfigureOptions(Of CookieAuthenticationOptions)
Ereditarietà
PostConfigureCookieAuthenticationOptions
Implementazioni

Costruttori

PostConfigureCookieAuthenticationOptions(IDataProtectionProvider)

Inizializza una nuova istanza di PostConfigureCookieAuthenticationOptions.

Metodi

PostConfigure(String, CookieAuthenticationOptions)

Richiamato per pubblicare un'istanza di TOptions.

Si applica a