Class ConfigureBackOfficeCookieOptions
Used to configure Microsoft.
Inheritance
System.Object
Namespace: Umbraco.Cms.Web.BackOffice.Security
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public class ConfigureBackOfficeCookieOptions : IConfigureNamedOptions<CookieAuthenticationOptions>, IConfigureOptions<CookieAuthenticationOptions>
Constructors
View SourceConfigureBackOfficeCookieOptions(IServiceProvider, IUmbracoContextAccessor, IOptions<SecuritySettings>, IOptions<GlobalSettings>, IHostingEnvironment, IRuntimeState, IDataProtectionProvider, IUserService, IIpResolver, ISystemClock, UmbracoRequestPaths, IBasicAuthService)
Initializes a new instance of the Configure
Declaration
public ConfigureBackOfficeCookieOptions(IServiceProvider serviceProvider, IUmbracoContextAccessor umbracoContextAccessor, IOptions<SecuritySettings> securitySettings, IOptions<GlobalSettings> globalSettings, IHostingEnvironment hostingEnvironment, IRuntimeState runtimeState, IDataProtectionProvider dataProtection, IUserService userService, IIpResolver ipResolver, ISystemClock systemClock, UmbracoRequestPaths umbracoRequestPaths, IBasicAuthService basicAuthService)
Parameters
Type | Name | Description |
---|---|---|
IService |
serviceProvider | The |
IUmbraco |
umbracoContextAccessor | The |
Microsoft. |
securitySettings | The |
Microsoft. |
globalSettings | The |
IHosting |
hostingEnvironment | The |
IRuntime |
runtimeState | The |
Microsoft. |
dataProtection | The Microsoft. |
IUser |
userService | The |
IIp |
ipResolver | The |
Microsoft. |
systemClock | The Microsoft. |
Umbraco |
umbracoRequestPaths | The |
IBasic |
basicAuthService | The |
Methods
View SourceConfigure(CookieAuthenticationOptions)
Declaration
public void Configure(CookieAuthenticationOptions options)
Parameters
Type | Name | Description |
---|---|---|
Microsoft. |
options |
Configure(String, CookieAuthenticationOptions)
Declaration
public void Configure(string name, CookieAuthenticationOptions options)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | |
Microsoft. |
options |