Files
esiur-dotnet/Libraries/Esiur/Net/Packets/EpAuthPacketHeader.cs
T
2026-07-14 17:26:51 +03:00

29 lines
588 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Esiur.Net.Packets
{
public enum EpAuthPacketHeader
{
Version,
Domain,
SupportedAuthentications ,
SupportedHashAlgorithms,
SupportedCiphers,
SupportedCompression,
SupportedMultiFactorAuthentications,
CipherType,
CipherKey,
SoftwareIdentity,
Referrer,
Time,
IPAddress,
Identity,
AuthenticationProtocol,
AuthenticationData,
ErrorMessage,
CipherNonce
}
}