View Source
Inheritance
System.Object
Assembly: Umbraco.Web.Common.dll
public sealed class ConfigureMemberCookieOptions : IConfigureNamedOptions<CookieAuthenticationOptions>, IConfigureOptions<CookieAuthenticationOptions>
Constructors
View Source
Declaration
public ConfigureMemberCookieOptions(IRuntimeState runtimeState, UmbracoRequestPaths umbracoRequestPaths)
Parameters
Type |
Name |
Description |
IRuntimeState |
runtimeState |
|
UmbracoRequestPaths |
umbracoRequestPaths |
|
Methods
View Source
Declaration
public void Configure(CookieAuthenticationOptions options)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions |
options |
|
View Source
Declaration
public void Configure(string name, CookieAuthenticationOptions options)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions |
options |
|