Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficePasswordHasher

    A password hasher for back office users

    Inheritance
    System.Object
    UmbracoPasswordHasher<BackOfficeIdentityUser>
    Namespace: Umbraco.Cms.Core.Security
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class BackOfficePasswordHasher : UmbracoPasswordHasher<BackOfficeIdentityUser>
    Remarks

    This allows us to verify passwords in old formats and roll forward to the latest format

    Constructors

    View Source

    BackOfficePasswordHasher(LegacyPasswordSecurity, IJsonSerializer)

    Declaration
    public BackOfficePasswordHasher(LegacyPasswordSecurity passwordSecurity, IJsonSerializer jsonSerializer)
    Parameters
    Type Name Description
    LegacyPasswordSecurity passwordSecurity
    IJsonSerializer jsonSerializer
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BackOfficePasswordHasher(LegacyPasswordSecurity, IJsonSerializer)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX