PPAP integration

This commit is contained in:
2026-07-16 19:36:30 +03:00
parent ba64a0c95a
commit 4cd9f928ff
36 changed files with 6586 additions and 656 deletions
@@ -6,7 +6,11 @@ namespace Esiur.Security.Authority
{
public enum AuthenticationProtocol
{
Hash = 0,
Password = 0,
[Obsolete("Use Password instead.")]
Hash = Password,
PPAP = 1,
}
}