2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-05-06 03:32:57 +00:00

certificate

This commit is contained in:
Ahmed Zamil 2024-04-09 20:21:38 +03:00
parent f998879e20
commit 3bc9e8c7d0

View File

@ -273,8 +273,11 @@ class IIPAuthPacket : Packet
offset += domainLength;
if (RemoteMethod == AuthenticationMethod.Certificate)
{
if (RemoteMethod == AuthenticationMethod.Credentials)
}
else if (RemoteMethod == AuthenticationMethod.Credentials)
{
if (LocalMethod == AuthenticationMethod.None)
{