Struct desfire::free_access_t

Struct Documentation

struct free_access_t

Monostate structure representing a special file_access_rights permission. The unique instance of this structure, free_access, represent that no authentication is to be used to complete a certain operation.

Warning

Using free access also means that the communication mode is degraded to comm_mode::plain (or in certain cases, comm_mode::maced). There is thus no such a thing as confidential free access.