Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    BackOfficeSecurityStampValidator(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
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BackOfficeSecurityStampValidator(IOptions<BackOfficeSecurityStampValidatorOptions>, BackOfficeSignInManager, ISystemClock, ILoggerFactory)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX