Class ConfigureMemberCookieOptions
Inheritance
object
Namespace: Umbraco.Cms.Web.Common.Security
Assembly: Umbraco.Web.Common.dll
Syntax
public sealed class ConfigureMemberCookieOptions
Constructors
View SourceConfigureMemberCookieOptions(IRuntimeState, UmbracoRequestPaths)
Declaration
public ConfigureMemberCookieOptions(IRuntimeState runtimeState, UmbracoRequestPaths umbracoRequestPaths)
Parameters
| Type | Name | Description |
|---|---|---|
| IRuntimeState | runtimeState | |
| UmbracoRequestPaths | umbracoRequestPaths |
Methods
View SourceConfigure(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. |
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. |