PostConfigureCookieAuthenticationOptions Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Służy do konfigurowania wartości domyślnych dla wszystkich CookieAuthenticationOptionselementów .
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)
- Dziedziczenie
-
PostConfigureCookieAuthenticationOptions
- Implementuje
Konstruktory
PostConfigureCookieAuthenticationOptions(IDataProtectionProvider) |
Inicjuje nowe wystąpienie klasy PostConfigureCookieAuthenticationOptions. |
Metody
PostConfigure(String, CookieAuthenticationOptions) |
Wywołano element w celu skonfigurowania wystąpienia TOptions. |