Configuration for HID Prox and iCLASS credentials - Security Center | HID

HID OMNIKEY reader integration

Product
Security Center
Content type
Guides > Installation guides
ft:locale
en-US
Last updated
2024-09-09

To read Prox credentials and the serial numbers of iCLASS credentials, the OmnikeyReadersConfiguration.gconfig file must contain specific lines of code.

The configuration file must contain the following lines of code:
Code
<?xml version="1.0" encoding="UTF-8" ?>
<Readers>
  <Reader ModelFamily="[Reader name from HID OMNIKEY Workbench]">
    <SupportedCards>
      <Card Type="Prox" Bits="26"/>
    </SupportedCards>
  </Reader>
  <Reader ModelFamily="[Reader name from HID OMNIKEY Workbench]" ReadSerialNumber="True"/>
</Readers>
NOTE: To read Prox and iCLASS credentials, your configuration file does not need to contain the iCLASS information because it is there by default:
Code
<?xml version="1.0" encoding="UTF-8" ?>
<Readers>
  <Reader ModelFamily="[Reader name from HID OMNIKEY Workbench]">
    <SupportedCards>
      <Card Type="Prox" Bits="26"/>
    </SupportedCards>
  </Reader>
</Readers>