mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-07-31 01:40:42 +00:00
PPAP integration
This commit is contained in:
@@ -6,7 +6,11 @@ namespace Esiur.Security.Authority
|
||||
{
|
||||
public enum AuthenticationProtocol
|
||||
{
|
||||
Hash = 0,
|
||||
Password = 0,
|
||||
|
||||
[Obsolete("Use Password instead.")]
|
||||
Hash = Password,
|
||||
|
||||
PPAP = 1,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user