Search Results for

    Show / Hide Table of Contents
    View Source

    Class ConfigureMemberCookieOptions

    Inheritance
    object
    Namespace: Umbraco.Cms.Web.Common.Security
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public sealed class ConfigureMemberCookieOptions

    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)

    Configures a Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions instance.

    Declaration
    public void Configure(CookieAuthenticationOptions options)
    Parameters
    Type Name Description
    CookieAuthenticationOptions options

    The options instance to configure.

    View Source

    Configure(string?, CookieAuthenticationOptions)

    Configures a Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions instance.

    Declaration
    public void Configure(string? name, CookieAuthenticationOptions options)
    Parameters
    Type Name Description
    string name

    The name of the options instance being configured.

    CookieAuthenticationOptions options

    The options instance to configure.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX