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:
<?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:
<?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>