Refactoring, database structure changed
This commit is contained in:
12
WatchIt.DTO/Models/Controllers/Accounts/PasswordData.cs
Normal file
12
WatchIt.DTO/Models/Controllers/Accounts/PasswordData.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace WatchIt.DTO.Models.Controllers.Accounts;
|
||||
|
||||
public struct PasswordData
|
||||
{
|
||||
#region PROPERTIES
|
||||
|
||||
public required byte[] PasswordHash { get; set; }
|
||||
public required string LeftSalt { get; set; }
|
||||
public required string RightSalt { get; set; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user