View Source
Assembly: Umbraco.Web.Common.dll
public sealed class ConfigureMemberCookieOptions
Constructors
View Source
Declaration
public ConfigureMemberCookieOptions(IRuntimeState runtimeState, UmbracoRequestPaths umbracoRequestPaths)
Parameters
Methods
View Source
Declaration
public void Configure(CookieAuthenticationOptions options)
Parameters
| Type |
Name |
Description |
| CookieAuthenticationOptions |
options |
|
View Source
Declaration
public void Configure(string? name, CookieAuthenticationOptions options)
Parameters
| Type |
Name |
Description |
| string |
name |
|
| CookieAuthenticationOptions |
options |
|