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)
Initializes a new instance of the BackOfficePasswordHasher class.
Declaration
public BackOfficePasswordHasher(LegacyPasswordSecurity passwordSecurity, IJsonSerializer jsonSerializer)
Parameters
| Type | Name | Description |
|---|---|---|
| LegacyPasswordSecurity | passwordSecurity | An instance of LegacyPasswordSecurity used for legacy password operations. |
| IJsonSerializer | jsonSerializer | An instance of IJsonSerializer used for serializing and deserializing password data. |