PostConfigureCookieAuthenticationOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to setup defaults for all 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)
- Inheritance
-
PostConfigureCookieAuthenticationOptions
- Implements
Constructors
PostConfigureCookieAuthenticationOptions(IDataProtectionProvider) |
Initializes a new instance of PostConfigureCookieAuthenticationOptions. |
Methods
PostConfigure(String, CookieAuthenticationOptions) |
Invoked to post configure a TOptions instance. |