mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
9 lines
211 B
C#
9 lines
211 B
C#
![]() |
namespace ModernKeePass.Domain.Dtos
|
|||
|
{
|
|||
|
public class Credentials
|
|||
|
{
|
|||
|
public string Password { get; set; }
|
|||
|
public string KeyFilePath { get; set; }
|
|||
|
// TODO: add Windows Hello
|
|||
|
}
|
|||
|
}
|