Files
esiur-dotnet/Libraries/Esiur/Net/Packets/EpAuthPacketEncryptionMode.cs
T
2026-04-04 04:31:30 +03:00

14 lines
252 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Esiur.Net.Packets
{
public enum EpAuthPacketEncryptionMode
{
NoEncryption,
EncryptWithSessionKey,
EncryptWithSessionKeyAndAddress,
}
}