PostConfigureCookieAuthenticationOptions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于为所有 设置默认值 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 实例。 |