Class BackOfficePasswordHasher
A password hasher for back office users
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 SourceBackOfficePasswordHasher(LegacyPasswordSecurity, IJsonSerializer)
Declaration
public BackOfficePasswordHasher(LegacyPasswordSecurity passwordSecurity, IJsonSerializer jsonSerializer)
Parameters
Type | Name | Description |
---|---|---|
LegacyPasswordSecurity | passwordSecurity | |
IJsonSerializer | jsonSerializer |