mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 05:23:13 +00:00
certificate
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user