bool loadAuthKeyA(string key)

This function can be used when attempting to save an authentication key to the reader as key A for later use with reading/writing.

Example: KioWareACSACR.loadAuthKeyA('[255,255,255,255,255,255]');

Parameters

Name Description
key A JSON formatted array of bytes.

Return

True if successful, false otherwise.