Search Results for

    Show / Hide Table of Contents
    View Source

    Class ConfigureMemberCookieOptions

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.Common.Security
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public sealed class ConfigureMemberCookieOptions : IConfigureNamedOptions<CookieAuthenticationOptions>, IConfigureOptions<CookieAuthenticationOptions>

    Constructors

    View Source

    ConfigureMemberCookieOptions(IRuntimeState, UmbracoRequestPaths)

    Declaration
    public ConfigureMemberCookieOptions(IRuntimeState runtimeState, UmbracoRequestPaths umbracoRequestPaths)
    Parameters
    Type Name Description
    IRuntimeState runtimeState
    UmbracoRequestPaths umbracoRequestPaths

    Methods

    View Source

    Configure(CookieAuthenticationOptions)

    Declaration
    public void Configure(CookieAuthenticationOptions options)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions options
    View Source

    Configure(String, CookieAuthenticationOptions)

    Declaration
    public void Configure(string name, CookieAuthenticationOptions options)
    Parameters
    Type Name Description
    System.String name
    Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions options
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ConfigureMemberCookieOptions(IRuntimeState, UmbracoRequestPaths)
    • Methods
      • Configure(CookieAuthenticationOptions)
      • Configure(String, CookieAuthenticationOptions)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX