PostConfigureCookieAuthenticationOptions Класс

Определение

Используется для настройки значений по умолчанию для всех 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)
Наследование
PostConfigureCookieAuthenticationOptions
Реализации

Конструкторы

PostConfigureCookieAuthenticationOptions(IDataProtectionProvider)

Инициализирует новый экземпляр PostConfigureCookieAuthenticationOptions.

Методы

PostConfigure(String, CookieAuthenticationOptions)

Вызывается для последующей настройки экземпляра TOptions.

Применяется к