Datalogic .NET SDK

EAPFASTConfigStruct (Struct)

 

Syntax

 

      [StructLayout(LayoutKind.Sequential)]

    public struct EAPFASTConfigStruct

 

 

Namespace                : Datalogic.API

Assembly                   : Datalogic.API.DLL

 

Overview

Complete composite struct for EAP-FAST profiles. See EAPFASTConfig class.

 

 

Public Members

Description

EAPConnectionConfig Conn

EAP Connection configuration

EAPCredentialsConfig Cred

EAP Credentials configuration

EapInnerMethod InnerMethod

EAP Inner Method

 

Public properties (get + set)

Description

bool AutoPAC

Automatic PAC provisioning?

  • true = yes, use automatic PAC provisioning

  • false = no, do not use automatic PAC provisioning

String ImportPACFilePath

Full path to the PAC file for manual PAC provisioning. Protected Access Credentials (PAC) files are credentials used to prove the device's identity to a Radius server in the EAP-FAST connection method.

 

Example: "\Windows\test.pac"

Note: in the EAP-FAST UI, the corresponding fields are:

  • Use Protected Access Credentials (checkbox)

  • Allow auto PAC provisioning (checkbox)

  • PAC Authority - drop down menu with corresponding "Import" button

String PacAIDInfo

PAC authority identity (AID) information used to select PAC from a list of PACs on the device. Used during EAP-FAST connections. All EAP-FAST authenticators are identified by an AID.

 

 

 

Copyright © Datalogic ADC. All Right Reserved