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