Share via


PostConfigureCookieAuthenticationOptions Klasse

Definition

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.

Gilt für: