Datalogic .NET SDK

EAPConnectionConfig (Struct)

 

Syntax

 

      [StructLayout(LayoutKind.Sequential)]

    public struct EAPConnectionConfig

 

 

Namespace                : Datalogic.API

Assembly                   : Datalogic.API.DLL

 

Overview

Struct used by various EAP types. Member of the following structs:

 

 

Public Members

Description

None

 

 

Public properties (get + set)

Description

bool ValidateServer

Whether or not the server should be validated

  • true = validate server certificate

  • false = do not validate server certificate

bool ConnectToServer

Connect to only the servers defined in the ConnectToServerNames String?

  • true = yes

  • false = no

String ConnectToServerNames

Semi-colon separated list of server names that are valid to connect to. This list is referenced if ConnectToServer is set to true.

String ServerCertName

Name of the server certificate to be validated. Server certificate should be installed on the CE device. This field is referenced if ValidateServer is set to true.

String OuterIdentity

Outer identity value of the EAP method

bool FastReconnect

Enable Fast Reconnect? true = yes, false = no

 

 

 

Copyright © Datalogic ADC. All Right Reserved