mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-05-06 11:32:59 +00:00
certificate
This commit is contained in:
parent
f998879e20
commit
3bc9e8c7d0
@ -273,8 +273,11 @@ class IIPAuthPacket : Packet
|
|||||||
|
|
||||||
offset += domainLength;
|
offset += domainLength;
|
||||||
|
|
||||||
|
if (RemoteMethod == AuthenticationMethod.Certificate)
|
||||||
|
{
|
||||||
|
|
||||||
if (RemoteMethod == AuthenticationMethod.Credentials)
|
}
|
||||||
|
else if (RemoteMethod == AuthenticationMethod.Credentials)
|
||||||
{
|
{
|
||||||
if (LocalMethod == AuthenticationMethod.None)
|
if (LocalMethod == AuthenticationMethod.None)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user