PostConfigureCookieAuthenticationOptions Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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. |