Class BackOfficeSecurityStampValidator
A security stamp validator for the back office
Inheritance
System.Object
Microsoft.AspNetCore.Identity.SecurityStampValidator<BackOfficeIdentityUser>
Namespace: Umbraco.Cms.Web.BackOffice.Security
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public class BackOfficeSecurityStampValidator : SecurityStampValidator<BackOfficeIdentityUser>, ISecurityStampValidator
Constructors
View SourceBackOfficeSecurityStampValidator(IOptions<BackOfficeSecurityStampValidatorOptions>, BackOfficeSignInManager, ISystemClock, ILoggerFactory)
Declaration
public BackOfficeSecurityStampValidator(IOptions<BackOfficeSecurityStampValidatorOptions> options, BackOfficeSignInManager signInManager, ISystemClock clock, ILoggerFactory logger)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Extensions.Options.IOptions<BackOfficeSecurityStampValidatorOptions> | options | |
BackOfficeSignInManager | signInManager | |
Microsoft.AspNetCore.Authentication.ISystemClock | clock | |
Microsoft.Extensions.Logging.ILoggerFactory | logger |