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)

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

    Configure(string?, CookieAuthenticationOptions)

    Declaration
    public void Configure(string? name, CookieAuthenticationOptions options)
    Parameters
    Type Name Description
    string name
    CookieAuthenticationOptions options
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX