2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-04-04 12:28:21 +00:00
Files
esiur-dotnet/Libraries/Esiur/Net/Packets/EpAuthPacketEncryptionMode.cs
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,
}
}