Share via


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 实例。

适用于