PostConfigureCookieAuthenticationOptions Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Wird zum Einrichten von Standardwerten für alle CookieAuthenticationOptionsverwendet.
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)
- Vererbung
-
PostConfigureCookieAuthenticationOptions
- Implementiert
Konstruktoren
PostConfigureCookieAuthenticationOptions(IDataProtectionProvider) |
Initialisiert eine neue Instanz von PostConfigureCookieAuthenticationOptions. |
Methoden
PostConfigure(String, CookieAuthenticationOptions) |
Wird aufgerufen, um eine TOptions-instance nachzubereiten. |